Files
tycho-execution/examples/quickstart/README.md
Diana Carvalho c8a200dc55 docs: Add mention to the quickstart in the main README.md
--- don't change below this line ---
ENG-4088 Took 5 minutes
2025-02-07 16:16:55 +00:00

12 lines
213 B
Markdown

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