12 lines
213 B
Markdown
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
|
|
``` |