ERC20

ERC20 token and ICO contracts.

Setup

Current setup is tested using the following configuration:

  • EthereumJS TestRPC
  • Truffle
  • Solidity
  • Assuming

Testing

To do unit testing first run npm install in each directory (to install the local modules), run testrpc and finally navigate to the token folder and run the truffle tests through truffle test. This document will be updated as more complex environment tests are added.