Skip to content

Commit 5690a52

Browse files
committed
update README.md
1 parent 276d94b commit 5690a52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ A series of tutorials for developing Ethereum in Rust
33
- [Part 1](https://medium.com/@august2079/ethereum-with-rust-tutorial-part-1-create-simple-transactions-with-rust-26d365a7ea93): Ethereum with Rust Tutorial Part 1: Create simple transactions with Rust
44
- [Part 2](https://medium.com/@august2079/ethereum-with-rust-tutorial-part-2-compile-and-deploy-solidity-contract-with-rust-c3cd16fce8ee): Ethereum with Rust Tutorial Part 2: Compile and Deploy Solidity Contract with Rust
55

6+
Examples can be run from cargo:
7+
8+
``` bash
9+
cargo run --bin part-[n]
10+
```
611

0 commit comments

Comments
 (0)