Skip to content

Commit

Permalink
Merge pull request #121 from propeller-heads/dc/update-readme
Browse files Browse the repository at this point in the history
docs: Link gitbook docs in the readmes
  • Loading branch information
dianacarvalho1 authored Jan 6, 2025
2 parents 7312a12 + f6a7045 commit 1b510fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Moves slow on-chain computations off-chain to solve optimization problems.
This crate allows simulating a set of supported protocols off-chain. Currently, it has a focus on token exchange
protocols, but it is not necessarily limited to this.
To get started, see our Quickstart guide [here](./examples/quickstart/Readme.md).
For complete documentation, see Tycho docs [here](https://docs.propellerheads.xyz/tycho/for-solvers/simulation).

> **See also:**
> The `evm` module allows for simulating _any_ transaction; it is agnostic to protocol. See module's
Expand Down
3 changes: 3 additions & 0 deletions examples/quickstart/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ This quickstart guide enables you to:
export RPC_URL=<your-eth-rpc-url>
cargo run --release --example quickstart
```

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 1b510fe

Please sign in to comment.