diff --git a/README.md b/README.md index ab31abc..502ff6a 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +- Run private ethereum node: `ganache-cli -d` + +# Build & Run +- `cargo build` +- `cargo run` \ No newline at end of file