Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 409 Bytes

File metadata and controls

26 lines (18 loc) · 409 Bytes

UTU Coin

This repository has the ERC20 token contract for UTU Coin.

Tests

Run tests:

$ npx buidler test

Generate coverage report:

$ npx buidler coverage --network coverage

Tooling

$ 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