/protocol-v0

Core smart contracts of the Conveyor protocol-v0 - DEX aggregator and trustless token swap automation.

Primary LanguageSolidityOtherNOASSERTION

Conveyor Protocol v0

The core smart contracts of the Conveyor Limit Orders, and DEX Aggregator protocol.

Build Instructions

First Clone the Repository

git clone https://github.com/ConveyorLabs/protocol-v0 && cd protocol-v0

Run The Test Suite

 forge test -f <RPC_URL> --ffi 
 //Run a individual Test 
 forge test -f <RPC_URL> --ffi --match-contract LimitOrderRouterTest --match-test testOnlyEOA 

Forge Coverage

 forge coverage -f <RPC_URL> --ffi 

Forge Snapshot

 forge snapshot -f <RPC_URL> --ffi 

Detailed Gas Report

 forge test -f <RPC_URL> --ffi --gas-report