The core smart contracts of the Conveyor Limit Orders, and DEX Aggregator protocol.
First Clone the Repository
git clone https://github.com/ConveyorLabs/protocol-v0 && cd protocol-v0
forge test -f <RPC_URL> --ffi
//Run a individual Test
forge test -f <RPC_URL> --ffi --match-contract LimitOrderRouterTest --match-test testOnlyEOA
forge coverage -f <RPC_URL> --ffi
forge snapshot -f <RPC_URL> --ffi
forge test -f <RPC_URL> --ffi --gas-report