Skip to content

Commit

Permalink
docs(quickstart): Improve Readme.md
Browse files Browse the repository at this point in the history
--- don't change below this line ---
ENG-4225 Took 24 minutes
  • Loading branch information
dianacarvalho1 committed Feb 27, 2025
1 parent 9ba2e38 commit 0d3a8a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/quickstart/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ cargo run --release --example quickstart -- --sell-token "0xA0b86991c6218b36c1d1

for 10000 USDC -> WBTC.

To be able to execute or simulate the best swap, you need to pass your private key:

```bash
cargo run --release --example quickstart -- --swapper-pk <your-private-key>
```

See [here](https://docs.propellerheads.xyz/tycho/for-solvers/tycho-quickstart) a complete guide on how to run the
Quickstart example.

0 comments on commit 0d3a8a4

Please sign in to comment.