学习大纲: http://liyuechun.org/2017/09/23/smart-contract-train/
区块链的应用场景和领域: 一步一步了解区块链技术
手把手教你申请 ENS (Ethereum Name Service)
钱包使用参考
比特币钱包 BitPay 使用教程
下载地址:https://github.com/bitpay/copay/releases/tag/3.7.3
下载 Bitcoin Core 钱包:https://bitcoin.org/zh_CN/choose-your-wallet
ETH 与以太坊代币钱包 MyEtherWallet 使用教程
Mist: 下载地址:https://ethereum.org
MetaMask: 插件地址:https://chrome.google.com/webstore/search/MetaMask?hl=zh-CN
Parity: 下载地址:https://parity.io/parity.html
MyEtherWallet: 官方网站:https://www.myetherwallet.com
http://blockcast.it/2017/05/27/eth-and-eth-token-wallet-series-myetherwallet/
合约开发参考
- Solidity http://solidity.readthedocs.io/en/latest/index.html
- Solidity 線上編輯器 https://ethereum.github.io/browser-solidity/
- Truffle Framework http://truffleframework.com/ , 中文版: http://truffleframework.org/
- Embark Framework https://github.com/iurimatias/embark-framework
- ENS 也使用 Truffle 框架 https://github.com/ethereum/ens
- https://github.com/ethereumjs/testrpc
- https://github.com/ethereumjs/ethereumjs-vm
- HelloWorld 範例修改自 https://app.pluralsight.com/library/courses/blockchain-fundamentals/
- Truffle issue on windows http://truffleframework.com/docs/advanced/configuration#resolving-naming-conflicts-on-windows
- https://medium.com/taipei-ethereum-meetup/ethereum-dapp-tutorial-push-button-cae3810086a4
- Solidity 支援的型別(Type) https://solidity.readthedocs.io/en/develop/types.html
- Solium syntax check https://github.com/duaraghav8/Solium
- https://medium.com/taipei-ethereum-meetup/如何撰寫智能合約-smart-contract-i-363d06b1965b
- http://truffleframework.com/docs/getting_started/contracts
- http://web3js.readthedocs.io/en/1.0/index.html