Skip to content

Commit

Permalink
chore: update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonaC22 committed Jul 9, 2022
1 parent 2c12ff2 commit aded23b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
Implementation of sending ethereum transactions with Rust


# Steps
# Before run

- Install ganache: `npm i -g ganache-cli`
- Run private ethereum node: `ganache-cli -d`
- Run private ethereum node: `ganache-cli -d`

# Build & Run
- `cargo build`
- `cargo run`

0 comments on commit aded23b

Please sign in to comment.