Skip to content

Commit

Permalink
🧹 Update README (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 6, 2024
1 parent ce0c2f4 commit 1aa7ea5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,19 @@ Test your contract using `npx hardhat test` or `forge test`.
To deploy your contracts to your desired blockchains, run the following command in your project's folder:

```bash
# TODO: Specify the exact command for deployment
npx hardhat lz:deploy
```

More information about available CLI arguments can be found using the `--help` flag:

```bash
npx hardhat lz:deploy --help
```

## Configuring Contracts

<code style="background: gray; border-radius: 9999px; color: white">in development</code>

After deploying your contracts across multiple chains, it's time to configure your application's <a href="https://docs.layerzero.network/contracts/configure-dvns" style="color: #a77dff">Security Stack</a> and <a href="https://docs.layerzero.network/contracts/executor-configuration" style="color: #a77dff">Executor</a>. Initialize your OApp configuration file with:

```bash
Expand Down

0 comments on commit 1aa7ea5

Please sign in to comment.