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 6ed909f commit 8e71fe5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,19 @@ forge build

4. Deploy contracts:

Deploy the sender contract on Avalanche Fuji:
**Deploy the sender contract on Avalanche Fuji:**

```bash
npm run deploy:sender
```
- You may see the respective contract deployed on the Fuji Explorer: https://testnet.snowtrace.io/

Deploy the receiver contract on Celo Alfajores:
**Deploy the receiver contract on Celo Alfajores:**

```bash
npm run deploy:receiver
```
- You may see the respective contract deployed on the Alfajores Explorer: https://explorer.celo.org/alfajores/

5. Send Cross-Chain Message:

Expand All @@ -61,6 +63,7 @@ Send a message from Avalanche Fuji to Celo Alfajores:
```bash
npm run send-message
```
- You may check the transaction status on the Wormhole Explorer: https://wormholescan.io/#/?network=TESTNET

### How It Works

Expand Down

0 comments on commit 8e71fe5

Please sign in to comment.