Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 499 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 499 Bytes

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