tycho-execution 0.171.2

Provides tools for encoding and executing swaps against Tycho router and protocol executors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UniswapX Encoding Example

This guide enables you to:

1. Create a Solution object
2. Create callback data for executing a UniswapX Order

Note: This guide only encodes the callback data for you. You will still have to encode the call to the
`execute` method of the filler, which also includes the encoded UniswapX order.

## How to run

```bash
cargo run --release --example uniswapx-encoding-example
```