Smart contracts for staking LP tokens
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node >= 10.x
Firstly, you need to clone this repo. You can do so by downloading the repo as a zip and unpacking or using the following git command
git clone https://github.com/plotx/staking-L2.git
Now, It's time to install the dependencies. Enter the smart-contracts directory and use
npm install
If you want, you can run the test cases using
npm run test
And run generate the coverage report using
npm run coverage