Skip to content

Commit

Permalink
chore: updated readme for katana deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed May 28, 2024
1 parent 0e49a1b commit 1a1685e
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 @@ -10,6 +10,8 @@
1. Start Anvil in a new terminal with the command `anvil`.

2. Install dependencies:
requires `katana 0.7.0-alpha.4`

```bash
cd ethereum
forge install
Expand Down Expand Up @@ -51,7 +53,7 @@
forge script script/LocalTesting.s.sol:LocalSetup --broadcast --rpc-url ${ETH_RPC_URL}
```

9. Send a message:
9. Send a message:
```bash
forge script script/SendMessage.s.sol:Value --broadcast --rpc-url ${ETH_RPC_URL}
```

0 comments on commit 1a1685e

Please sign in to comment.