14849b2e295fae8dc2536eadf2557a9f70a4dcf5
## [0.23.0](https://github.com/propeller-heads/tycho-execution/compare/0.22.0...0.23.0) (2025-01-30) ### Features * add executor encoder test ([ad70a0d](ad70a0d5a8)) * add swap test with hex for univ2 executor ([0196767](0196767eff)) * add univ2 executor test with hex ([c482e21](c482e21a5f)) * remove exact_out from USV2 ([8cb95f0](8cb95f0950)) * resolve pr comments ([1b8bf56](1b8bf56c75)) * update ExecutorEncoder interface and relevant types ([5c39651](5c396512cf))
Tycho Execution
TODO: add banner
Tycho Execution makes it easy to trade on different DEXs by handling the complex encoding for you. Instead of creating custom code for each DEX, you get a simple, ready-to-use tool that generates the necessary data to execute trades. It’s designed to be safe, straightforward, and quick to set up, so anyone can start trading without extra effort.
Contract Analysis
We use Slither to detect any potential vulnerabilities in our contracts.
To run locally, simply install Slither in your conda env and run it inside the foundry directory.
conda create --name tycho-execution python=3.10
conda activate tycho-execution
pip install slither-analyzer
cd foundry
slither .
Description
Languages
Rust
90.1%
JavaScript
5.9%
Python
3.6%
Solidity
0.4%