Skip to content

Commit

Permalink
🧪 Beta release banner (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 25, 2024
1 parent a48befd commit fe497d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<a href="https://github.com/LayerZero-Labs/devtools/blob/main/DEVELOPMENT.md" style="color: #a77dff">Development</a> | <a href="https://github.com/LayerZero-Labs/devtools/blob/main/CHEATSHEET.md" style="color: #a77dff">Cheatsheet</a> | <a href="https://github.com/LayerZero-Labs/devtools/tree/main/examples" style="color: #a77dff">Examples</a>
</p>

---

**Please note** that this repository is in a **beta** state and backwards-incompatible changes might be introduced in future releases. While we strive to comply to [semver](https://semver.org/), we can not guarantee to avoid breaking changes in minor releases.

---

## Introduction

This toolkit is designed to streamline the process of building, testing, and deploying omnichain applications (OApps) using LayerZero. This tool is meant to support you through the end-to-end development lifecycle of a cross-chain project.
Expand All @@ -36,7 +42,7 @@ Our example project offers templates for both the <a href="https://docs.layerzer

## Writing Unit Tests

Testing your contracts is crucial. We support both <a href="https://hardhat.org/" style="color: #a77dff">Hardhat</a> and <a href="https://book.getfoundry.sh/" style="color: #a77dff">Foundry</a> frameworks for writing and running unit tests for your LayerZero contracts.
Testing your contracts is crucial. We support both <a href="https://hardhat.org/" style="color: #a77dff">Hardhat</a> and <a href="https://book.getfoundry.sh/" style="color: #a77dff">Foundry</a> frameworks for writing and running unit tests for your LayerZero contracts.

Use `npx hardhat compile` or `forge build` to compile your smart contracts.

Expand Down Expand Up @@ -69,6 +75,7 @@ npx hardhat lz:oapp:wire
By following these steps, you can focus more on creating innovative omnichain solutions and less on the complexities of cross-chain communication.

<br></br>

<p align="center">
Join our community on <a href="https://discord-layerzero.netlify.app/discord" style="color: #a77dff">Discord</a> | Follow us on <a href="https://twitter.com/LayerZero_Labs" style="color: #a77dff">Twitter</a>
</p>

0 comments on commit fe497d5

Please sign in to comment.