以太坊原始碼分析(7)Ethereum 資源分享

尹成發表於2018-05-13
# Awesome Ethereum [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> collection of best resources for ethereum development

*Please read the [contribution guidelines](.github/contributing.md) before contributing.*

![Ethereum](https://camo.githubusercontent.com/4331977d7fe4377c86fdd5e236e979c88c7461cc/68747470733a2f2f7777772e64726f70626f782e636f6d2f732f3377796274706b7331637839346b342f657468657265756d2e6a70673f7261773d31)

## Contents
- [架構](#architect)
- [教程](#tutorials)
- [視訊](#videos)
- [工具](#tool)
- [文件](#documents)
- [SDK](#sdk)
- [優化](#enhance)
- [案例](#examples)

## Architect

- [以太坊白皮書](http://ethfans.org/wikis/以太坊白皮書)
- [The Ethereum Wiki](https://theethereum.wiki/w/index.php/Main_Page)
- [以太坊設計原理](http://ethfans.org/posts/510)
- [以太坊程式碼剖析](http://ethfans.org/topics/227)
- [以太坊原始碼閱讀](http://www.cnblogs.com/baizx/category/1011749.html)
- [PoW模式下交易平均要35秒?](http://ethfans.org/posts/current-dynamics-of-transaction-inclusion-on-ethereum)

## Tutorials

- [以太坊從零開始入門](http://www.jianshu.com/p/220130b39e22)
- [以太坊開發入門經驗](http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html)
- [Mac配置以太坊本地開發環境](https://my.oschina.net/wtsoftware/blog/782057)
- [以太坊智慧合約程式設計之菜鳥教程](http://ethfans.org/posts/101-noob-intro)
- [區塊鏈語言Solidity校驗橢圓曲線加密數字簽名(附例項)](http://www.toutiao.com/i6401418700217385473/?tt_from=weixin&utm_campaign=client_share&from=groupmessage&app=news_article&utm_source=weixin&iid=8932715408&utm_medium=toutiao_ios&wxshare_count=2&pbid=35867484354)
- [以太坊系列教程](http://gi1.cn/topics/category/solidity)
- [Create your own crypto-currency](https://www.ethereum.org/token) 來自以太坊官方的代幣建立教程
- [ETHEREUM PET SHOP](http://truffleframework.com/tutorials/pet-shop) Truffle框架逐步案例教程
- [ROBUST SMART CONTRACTS WITH OPENZEPPELIN](http://zeppelin.tryblockchain.org/robust-smart-contracts-with-openzeppelin.html) OpenZeppelin整合Truffle編寫健壯安全的合約
- [Truffle3.0案例教程](http://truffle.tryblockchain.org/truffle3.0-integrate-nodejs.html) 整合NodeJS並完全跑通,附詳細例項和可能的錯誤
- [以太坊常見問題FAQ](http://8btc.com/thread-23195-1-1.html)
- [以太坊開發入門教程](http://blog.csdn.net/wo541075754/article/category/6502432/1)
- [EthList](https://github.com/Scanate/EthList) 以太坊開發相關學習資料收集

## Videos

- [Building Ethereum DApps using Solidity](https://www.youtube.com/watch?v=9_coM_g7Dbg&list=PLH4m2oS2ratdoHFEkGvwvd7TkeTv4sa7Z) 視訊教程
- [Devcon 0 (Berlin, 2014) talks and videos](https://www.youtube.com/watch?v=_BvvUlKDqp0&list=PLJqWcTqh_zKEjpSej3ddtDOKPRGl_7MhS)
- [Devcon 1 (London, 2015) talks and videos](https://www.youtube.com/watch?v=BUARih8_f68&list=PLJqWcTqh_zKHQUFX4IaVjWjfT2tbS4NVk)
- [Devcon 2 (Shanghai, 2016) talks and videos](https://www.youtube.com/watch?v=1wayaZ1-iBE&list=PLaM7G4Llrb7xqzgOwbvNv63_KM7VH84Rd)
- [**Devcon 3** (Cancún, 2017) website and registration](http://ethereumfoundation.org/devcon3/)

## Tool

### Explorer

- [Etherscan](https://etherscan.io) 以太坊區塊鏈瀏覽器
- [Ethplorer](https://ethplorer.io) 以太坊區塊鏈瀏覽器,提供API呼叫

### Wallet

- [My Ether Wallet](https://myetherwallet.com) 官方版錢包
- [MetaMask](https://metamask.io/) Chrome Extension瀏覽器外掛版
- [Multi-platform Jaxx Wallet](https://jaxx.io/) 同時相容比特幣錢包
- [Mist Wallet](https://github.com/ethereum/mist/releases/latest) 官方版錢包
- [Parity Wallet](https://github.com/paritytech/parity/releases/latest)
- [Harmony Wallet](https://github.com/ether-camp/ethereum-harmony/releases/latest)
- [imToken](https://token.im/) 移動App版錢包
- [Ledger Nano S](https://theethereum.wiki/w/index.php/Ledger_Nano_S) 硬體錢包
- [Trezor](https://blog.trezor.io/trezor-integration-with-myetherwallet-3e217a652e08) 硬體錢包

## Documents

- [Solidity語言文件](http://www.tryblockchain.org/) 語言中文手冊
- [Web3.JS介面文件](http://web3.tryblockchain.org/) 介面中文手冊
- [Truffle框架文件](http://truffle.tryblockchain.org/) 框架中文手冊
- [Open Zeppelin框架文件](http://zeppelin.tryblockchain.org/)
- [Ethplorer介面](https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API?from=etop) Ethplorer介面文件

## SDK

- [Truffle](https://github.com/trufflesuite/truffle) 以太坊Dapp開發腳手架
- [Cakeshop](https://github.com/jpmorganchase/cakeshop) 來自JP Morgan的以太坊視覺化管理工具
- [Zeppelin](https://github.com/OpenZeppelin/zeppelin-solidity) 用於編寫安全的以太坊合約框架
- [Web3j](https://github.com/web3j/web3j) 以太坊官方輕量級java SDK

## Enhance

- [Quorum](https://github.com/jpmorganchase/quorum) 來自JP Morgan基於Go-Ethereum資料隱私加強的以太坊實現
- [BCOS](https://github.com/bcosorg/bcos) 來自微眾銀行的增強版以太坊實現
- [Presto-Ethereum](https://github.com/xiaoyao1991/presto-ethereum) 以太坊增加Presto的SQL訪問能力

## Examples

### IM

- [status-im](https://github.com/status-im/status-network-token) status.im專案開原始碼
- [slockit](https://github.com/slockit/smart-contract) Slock.it專案使用的智慧合約

### Social

- [dharma](https://dharma.io/) 第三方增信[原始碼](https://github.com/dharmaprotocol/dharma-cli)
- [Chronobank](https://chronobank.io/) 共享機制

### Exchange

- [0x](https://www.0xproject.com/otc) 0x交易所[原始碼](https://github.com/0xProject/contracts)
- [ethdelf](https://etherdelta.github.io/#ZRX-ETH) etherdelta交易所[原始碼](https://github.com/etherdelta/smart_contract)
- [Dmarket](https://dmarket.io) dmarket交易所[原始碼](https://github.com/suntechsoft/dmarket-smartcontract)
- [augur](https://augur.net/) 對賭交易所[原始碼](https://github.com/AugurProject)
- [melonport](https://melonport.com/) 數字資產交易所[原始碼](https://github.com/melonproject)

### Cross Chain

- [Cosmos](https://cosmos.network) cosmos跨鏈交易,包括BTC到ETH[原始碼](https://github.com/cosmos)
- [polkadot](https://polkadot.io) polkadot跨鏈,實現了一個輕量級以太坊客戶端[原始碼](https://github.com/paritytech/parity)

### Token

- [Token Sale](http://vitalik.ca/general/2017/06/09/sales.html) 代幣銷售模型
- [maker](https://makerdao.com/) Dai代幣

相關文章