Additional Resources ==================== .. contents:: :local: Introduction to Ethereum ------------------------ * `A 101 Noob Intro to Programming Smart Contracts on Ethereum `_, from Consensys * `A Gentle Intorduction to Ethereum `_, from bitsonblocks How the Platform Works ---------------------- * `The Etherum Whitepaper `_, by Vitalik Buterin * `The Bitcoin Book `_ (Some of the Bitcoin concepts are different in Ethereum, but in any case it's useful to understand the difference) * `Even more subtleties `_ Protecting Yout Ether --------------------- * `Protecting yourself and your funds, from MyEtherWallet `_ .. _writing_contracts_resources: Writing Contracts ----------------- * `Solidity security considerations `_ * `Solidity style guide `_ * `Ethereum smart contract security, from OpenZeppelin `_ * `Best smart contracts practices, from Consensys `_ * `Writing robust smart contracts in Solidity ,from colony.io `_