This repository contains the liquidity mining contracts for Perpetual Protocol Reward Program.
Contract source code also published as npm packages:
- @perp/curie-liquidity-mining (source code)
You need Node.js 16+ to build. Use nvm to install it.
Clone this repository, install Node.js dependencies, and build the source code:
git clone [email protected]:perpetual-protocol/perp-curie-liquidity-mining.git
npm i
npm run build
If the installation failed on your machine, please try a vanilla install instead:
npm run clean
rm -rf node_modules/
rm package-lock.json
npm install
npm run build
Run all the test cases:
npm run test
See CHANGELOG.
This repository is subject to the Perpetual Protocol v2 bug bounty program, per the terms defined on ImmuneFi.
Projects, ideas and events that benefit Perpetual Protocol and its ecosystem are eligible for grants!