- Add note in readme that order will need to be encoded still - Fix log - Don't pass executors to builder
407 B
407 B
UniswapX Encoding Example
This guide enables you to:
- Create a Solution object
- 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
cargo run --release --example uniswapx-encoding-example