Periphery Contract of Clober DEX V2
All deployments can be found in the deployments directory.
- We use Forge Foundry for test. Follow the guide to install Foundry.
git clone https://github.com/clober-dex/v2-periphery && cd v2-periphery
npm install
npm run test
To run lint checks:
npm run prettier:ts
npm run lint:sol
To run lint fixes:
npm run prettier:fix:ts
npm run lint:fix:sol