/xpn

PANTHEON X ERC20 TOKEN

Primary LanguageJavaScriptOtherNOASSERTION

PANTHEON X ERC 20 XPN TOKEN

Prepare requirement

$ nvm install 10.14.2
$ nvm use 10.14.2
$ npm install -g truffle@5.0.1
$ npm install -g solhint@1.4.1

Test net from Ganache

  • docker cli version
$ docker pull trufflesuite/ganache-cli:latest
$ docker run -p 8545:8545 trufflesuite/ganache-cli:latest
  • Ganache gui version

ganache

How to test

$ truffle test

How to use solhint

$ solhint contracts/XPN.sol

How to build

$ truffle build