Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 751 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 751 Bytes

PlotX Staking SMART CONTRACTS

Smart contracts for staking LP tokens

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

Node >= 10.x

Installing

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