This repository has the ERC20 token contract for UTU Coin.
Run tests:
$ npx buidler test
Generate coverage report:
$ npx buidler coverage --network coverage
$ docker pull mythril/myth
$ docker pull trailofbits/eth-security-toolbox
$ npx buidler flatten > flattened.sol
$ docker run -it -v $PWD:/share trailofbits/eth-security-toolbox