Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0995 authored Sep 24, 2024
1 parent 89d3886 commit 94b8f76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project demonstrates how to send and receive _cross-chain messages_ using t

- [Foundry installed](https://book.getfoundry.sh/getting-started/installation)
- [Node.js and npm installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- You will need testnet tokens in both chains ([Fuji](https://faucets.chain.link/fuji) / [Alfajores](https://faucets.chain.link/celo-alfajores-testnet)) to complete transactions
- You will need TestNet tokens in both chains ([Fuji](https://faucets.chain.link/fuji) / [Alfajores](https://faucets.chain.link/celo-alfajores-testnet)) to complete transactions
- An `.env` file with your private key:

```bash
Expand Down Expand Up @@ -104,3 +104,5 @@ The deployment scripts automatically store the contract addresses in `deployedCo
- **lib/** - external dependencies (auto-managed by Foundry)
- **test/** - unit tests for smart contracts

### Resources
The [Wormhole documentation tutorial](https://wormhole.com/docs/tutorials/messaging/cross-chain-contracts/) provides a detailed, step-by-step guide for setting up and running this repository.

0 comments on commit 94b8f76

Please sign in to comment.