github.com/quinndk/ethereum_read@v0.0.0-20181211143958-29c55eec3237/README.md (about)

     1  # Ethereum_read
     2  
     3  以太坊源码研读
     4  
     5  go-ethereum-read:以太坊源码注释
     6  
     7  # 目录
     8  
     9  ### 0.[go-ethereum本地编译及使用](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x00%20go-ethereum本地编译及使用.md)
    10  
    11  ### 1.[GenesisBlock(创世区块)](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x01GenesisBlock(创世区块).md)
    12  
    13  ### 2.[geth基本功能](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x02%20geth基本功能.md)
    14  
    15  ### 3.[geth源码结构](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x03%20geth源码结构.md)
    16  
    17  ### 4.[RLP源码解析](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x04%20RLP源码解析.md)
    18  
    19  ### 5.[Transaction(交易模块)](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x05%20Transaction(交易模块)%20.md)
    20  
    21  ### 6.[MPT源码解析](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x06%20MPT源码解析.md)
    22  
    23  ### 7.[Block源码解析](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x07%20Block.md)
    24  
    25  ### 8.[Miner模块](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x08%20Miner%E6%A8%A1%E5%9D%97.md)
    26  
    27  ### 9.[ethash和clique共识引擎](https://github.com/chaors/Ethereum_read/blob/master/Docs/0x09%20ethash%E5%92%8Cclique%E5%85%B1%E8%AF%86%E5%BC%95%E6%93%8E.md)
    28  
    29  ### a.[EVM机制](https://github.com/chaors/Ethereum_read/blob/master/Docs/0xa0%20EVM%E6%9C%BA%E5%88%B6%20.md)
    30  
    31  ### b.[p2p实现](https://github.com/chaors/Ethereum_read/blob/master/Docs/0xa1%20p2p%E5%AE%9E%E7%8E%B0.md)
    32  
    33  ### c.还在陆续更新中....
    34  
    35  ### ......
    36  
    37  
    38  
    39  # 更多区块链技术文章请访问[chaors](https://www.jianshu.com/c/6277257ba30a)
    40  
    41