feat: Add simple quickstart example

--- don't change below this line ---
ENG-4087 Took 14 seconds
This commit is contained in:
Diana Carvalho
2025-01-31 18:42:23 +00:00
parent de1c782bc1
commit 84d162d418
2 changed files with 85 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
```