- PLOT is native token of PlotX Platform and an ERC20 compatible token
- This repo is for the L2 version of PLOT token.
- To be deployed on
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node >= 12.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/token-Polygon.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