Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/freekatz/blockchain-notes
- Owner: freekatz
- License: agpl-3.0
- Created: 2020-06-02T10:14:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T10:47:44.000Z (over 3 years ago)
- Last Synced: 2024-05-20T17:25:12.856Z (9 months ago)
- Topics: blockchain, blockchain-notes, fabric
- Homepage:
- Size: 17 MB
- Stars: 20
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 项目实例