diff --git a/README.md b/README.md index c985655..f880375 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# eth-tx-example -Implementation of sending ethereum transactions with Rust +# rust-ethereum-examples +Sending ethereum transactions with Rust ### Before run - Install ganache: `npm i -g ganache-cli` -- Run private ethereum node: `ganache-cli -d` +- Run private ethereum node locally: `ganache-cli -d` ### Build & Run - `cargo build`