An open API service indexing awesome lists of open source software.

https://github.com/elvin-du/cosmos-sdk-code-analysis

解析cosmos-sdk代码
https://github.com/elvin-du/cosmos-sdk-code-analysis

analysis cosmos cosmos-sdk tendermint

Last synced: 5 months ago
JSON representation

解析cosmos-sdk代码

Awesome Lists containing this project

README

          

# cosmos-sdk代码解析

学习以太坊的时候感觉github上面的一个eth-code-analysis repo挺好的,所以在自己学习cosmos和tendermint的过程中做了一些笔记,没有系统整理过,有些凌乱,因为cosmos代码在不停的迭代,也许笔记上面有些和最新代码不一致的地方。如果有任何问题可以和我联系,本人比较熟悉cosmos-sdk,tendermint,ethereum。

我的邮箱是: **dumanxiang@qq.com**

[cosmos地址解析](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/address.md)

[节点查找](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/p2p-find-node.md)

[共识反应器](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/consensus-reactor.md)

[全节点启动流程](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/full-node-start.md)

[整体的大体流程](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/main-sequence.md)

[Tendermint节点管理](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/tendermint-peers.md)

[Tx数据流转流程](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/broadcast-Tx.md)

[config目录下文件的作用](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/config-folder.md)

[ABCI-APP](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/daemon/ABCI-APP.md)

[amino编解码](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/daemon/codec.md)

[Tendermint-RPC](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/daemon/tendermint/rpc.md)

[cosmos经济模型如何实现的](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/client/distribution.md)

[其他笔记](https://github.com/elvin-du/cosmos-sdk-code-analysis/blob/master/others.md)