Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0995 authored Aug 21, 2024
1 parent 660800d commit 4220544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Cross-Chain Messaging with Wormhole

This project demonstrates how to send and receive cross-chain messages using the Wormhole protocol, specifically between Avalanche Fuji and Celo Alfajores testnets. The repository includes automated scripts for deploying contracts and sending messages across these chains.
This project demonstrates how to send and receive _cross-chain messages_ using the **Wormhole** protocol, specifically between Avalanche Fuji and Celo Alfajores TestNets. The repository includes automated scripts for deploying contracts and sending messages across these chains.

### Features

Expand All @@ -12,7 +12,8 @@ This project demonstrates how to send and receive cross-chain messages using the

- [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)
- An .env file with your private key:
- 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
PRIVATE_KEY=0x...
Expand Down

0 comments on commit 4220544

Please sign in to comment.