Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 423 Bytes

File metadata and controls

18 lines (13 loc) · 423 Bytes

QuickStart

This quickstart guide enables you to:

  1. Retrieve data from the Tycho Indexer.
  2. Leverage Tycho Simulation to:
    1. Calculate spot prices.
    2. Simulate token swaps.

How to run

export RPC_URL=<your-eth-rpc-url>
cargo run --release --example quickstart

See here a complete guide on how to run the Quickstart example.