ERC20 Token Description and Examples
- ethereum/EIPs#20
- https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20-token-standard.md
- https://theethereum.wiki/w/index.php/ERC20_Token_Standard
Ethereum Smart Contract Security Best Practices
- https://consensys.github.io/smart-contract-best-practices/
- https://gist.github.com/anonymous/2ce8afb52eadfc64edffc4d2c30d2694
Misc. Ethereum Smart Contract Resources
- https://steemit.com/ethereum/@maxnachamkin/how-to-create-your-own-ethereum-token-in-an-hour-erc20-verified <-- ERC20 tutorial
- https://github.com/pir8aye/Token-Factory <-- contract templates
- http://remix.ethereum.org/ <-- verify solidity contract
- https://cryptozombies.io/en <-- learn to code solidity contracts while making zombie game
- https://github.com/btcpimp/openzeppelin-solidity <-- solidity contract templates