tycho-execution 0.173.0

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
# Encoding example

This 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 encoding-example
```