Contract of Coupon Finance
To install dependencies and compile contracts:
- We use Forge Foundry for test. Follow the guide to install Foundry.
git clone https://github.com/clober-dex/coupon-finance && cd coupon-finance
npm install
npm run test:forge
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
Audited by Trust and HickupHH3 from August to October 2023. All vulnerable security risks are fixed. Full reports are available here.
- The primary license for Coupon Finance is the Time-delayed Open Source Software License, see License file.