This repo contains the definision of the ERC20Coin Ethereum smart contract.
Including tests to validate that the contract works as expected.
To build the contract and run the tests on OSX:
First install dependencies and set up the python virtualenv environment by running:
bootstrap.sh
Compile the contract and run the test with:
populus compile
py.test tests
The contract can be deployed to the Ethereum blockchain using the Mist wallet.
It is advisable to first deploy to the test blockchain before comitting real ether.