The core smart contracts of the Conveyor protocol.
First Clone the Repository
git clone https://github.com/ConveyorLabs/smart-contracts && cd smart-contracts
forge test -f <RPC_URL> --ffi
forge coverage -f <RPC_URL> --ffi
forge snapshot -f <RPC_URL> --ffi
forge test -f <RPC_URL> --ffi --gas-report