token-contracts
Code for the new token foundry implementation using open zepppeling ERC20 implementation.
Contracts
Instructions
In order to build and test the contracts found in this repo, Truffle version > 4 is needed.
Building
Once the repo is cloned, run npm install
to install all the dependencies.
Running truffle compile
will compile the contract code and place the output in the build/contracts
directory.
Testing
truffle test
to run all the tests.
npm run coverage
to run tests and get code coverage.
License
MIT