Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freekatz/blockchain-notes

区块链笔记:公开课、文献、文章等等 :notebook:
https://github.com/freekatz/blockchain-notes

blockchain blockchain-notes fabric

Last synced: about 2 months ago
JSON representation

区块链笔记:公开课、文献、文章等等 :notebook:

Awesome Lists containing this project

README

        

# blockchain-notes

区块链笔记分享。

Enjoy it~

如果使用图表等资源,能不能顺便推荐下仓库,谢谢。

---

## Content

- [区块链相关公开课笔记](./course-notes/)
- [Hyperledger Fabric 笔记](./fabric-notes/)
- [区块链相关文献笔记](./literature-notes)

## TODO.LIST

- [x] Fabric 环境搭建
- [x] Fabric 框架概览
- [x] Fabric 网络:运行时架构
- [x] Fabric 网络:交易流程
- [ ] :soon: Fabric 网络:部署流程
- [ ] Fabric 链码开发
- [ ] Fabric 服务端开发流程
- [ ] Fabric SDK 开发
- [ ] Fabric 客户端开发流程
- [ ] Fabric 项目实例