khtoken
v1.1.0
Published
ETH ERC20 standard contracts
Downloads
2
Readme
KHToken
Prepare
enviroment:
- install node
- update npm to latest
- install yarn
repo:
- clone the repo
cd ./KHToken
Test
yarn install
npm run test
Deployment
Reference
Token Standard
Example implementation/testing
- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/ERC20/StandardToken.sol
- https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol