Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.05 KB

File metadata and controls

46 lines (35 loc) · 1.05 KB

Partial Collat Engine



Get Started

forge build
forge test

For auto linting and running gas snapshot, you will also need to setup npm environment, and install husky hooks

# install yarn dependencies
yarn
# install hooks
npx husky install

Test locally

forge test

Run Coverage

forge coverage

Linting

forge fmt