KHToken Prepare enviroment: install node update npm to latest install yarn repo: clone the repo cd ./KHToken Test yarn install npm run test Deployment https://remix.ethereum.org/ Reference Token Standard ERC20 : https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md 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