docs: Add mention to the quickstart in the main README.md
--- don't change below this line --- ENG-4088 Took 5 minutes
This commit is contained in:
12
examples/quickstart/README.md
Normal file
12
examples/quickstart/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# QuickStart
|
||||
|
||||
This quickstart guide enables you to:
|
||||
|
||||
1. Create a Solution object
|
||||
2. Encode the solution to interact with the Ethereum blockchain
|
||||
|
||||
## How to run
|
||||
|
||||
```bash
|
||||
cargo run --release --example quickstart
|
||||
```
|
||||
Reference in New Issue
Block a user