The official mainnet address is:
- ERC-20 Token: 0x2e2364966267b5d7d2ce6cd9a9b5bd19d9c7c6a9
# Install project dependencies
npm install
# install OpenZeppelin SDK globally
npm install -g @openzeppelin/cli
# initialize repo with OpenZeppelin
oz init
# compile code
oz compile
# Run all unit tests
npm test
There is a testnet deployment on Kovan.
- ERC-20 Token: 0xed7323954e0d9bf46dace996153f3204e1bdef94
To report bugs within this package, create an issue in this repository. For security issues, please contact [email protected]. When submitting code, ensure that it is free of errors and has 100% test coverage.
GNU General Public License v3.0 (c) 2020 The NIX Platform Developers