Skip to content

Commit

Permalink
add minimal cast tx interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowen93 committed Dec 14, 2023
1 parent 5068528 commit 0fbfcef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/astria-evm/1-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,19 @@ Set your `ETH_RPC_URL`:
```bash
export ETH_RPC_URL=https://rpc-archive.evm.dusk-2.devnet.astria.org/
```

```bash
export REC_ADDR=<SOME_ADDRESS>
```

```bash
cast balance $REC_ADDR
```

```bash
cast send $REC_ADDR --value 10000000000000000000 --private-key <PRIVATE-KEY>
```

```bash
cast balance $REC_ADDR
```

0 comments on commit 0fbfcef

Please sign in to comment.