Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.16 KB

File metadata and controls

38 lines (30 loc) · 1.16 KB

Build Status Coverage Status

PLOT - L2

  • 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

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 >= 12.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/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