/smart-contracts

DEX aggregator and trustless token swap automation protocol

Primary LanguageSolidityOtherNOASSERTION

Conveyor Smart Contracts

The core smart contracts of the Conveyor protocol.

Build Instructions

First Clone the Repository

git clone https://github.com/ConveyorLabs/smart-contracts && cd smart-contracts

Run The Test Suite

 forge test -f <RPC_URL> --ffi 

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