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:
Diana Carvalho
2025-02-07 16:16:55 +00:00
parent a234ff701f
commit c8a200dc55
2 changed files with 4 additions and 0 deletions

View 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
```