token-contracts
Code for the token contracts that will be used for Token Foundry projects.
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 yarn install
to install all the dependencies.
Running yarn compile
will compile the contract code and place the output in the build/contracts
directory.
Testing
yarn test
to run all the tests.
yarn coverage
to run tests and get code coverage.
License
MIT