# blockchain-tutorial **Repository Path**: zhaohai_smart/blockchain-tutorial ## Basic Information - **Project Name**: blockchain-tutorial - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-30 - **Last Updated**: 2023-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Opinioned Blockchain Reading List

A collection of blockchain resources.

Wiki 维护了一个阅读列表: [Opinioned Blockchain Reading List](https://github.com/liuchengxu/blockchain-tutorial/wiki), 我会整理一些值得阅读研究的资源,大部分是英文的,欢迎贡献对应的中文资源。 ---- Blockchain Tutorial =================== :point_right: [目录](content/SUMMARY.md) :point_right: 使用 [gitbook](https://liuchengxu.gitbooks.io/blockchain-tutorial/content/) 阅读(可能需要翻墙) 本教程最初是译自 [Jeiwan/blockchain_go](https://github.com/Jeiwan/blockchain_go) 的系列文章。随着对区块链认识的不断深入,我也会不断地进行补充和丰富。大家也可以关注我的其他平台账号,我会将一些觉得有内容的文章整理到这里: - 简书:[liuchengxu](https://www.jianshu.com/u/daf68451f175) - CSDN: [liuchengxu_](http://blog.csdn.net/simple_the_best) - segmentfault: [liuchengxu](https://segmentfault.com/u/liuchengxu) 因为比较喜欢简书的编辑器,所以可能新文章会先出现在简书,然后“搬运”到其他平台:)。 ## Donation - BTC: `1FLctnA5iRqba3cuc1xUACuAaAVWKqjUwr` - BCH: `qp2vp4ev0aygatuv4mnxnhc5vevu5susjsj6f8wwp6` - ETH: `0xBE5d431e7D2273340F6e76061C05bb42Bc39103d` ## Contributions - 勘误,更好的翻译,解释等等 - 其他优秀的文章 ## Resources Python 版本的 [Jeiwan/blockchain_go](https://github.com/Jeiwan/blockchain_go): [blockchain-py](https://github.com/yummybian/blockchain-py) ### Python - [write-your-own-blockchain](https://bigishdata.com/2017/10/17/write-your-own-blockchain-part-1-creating-storing-syncing-displaying-mining-and-proving-work/) ### Golang - [gocoin](https://github.com/piotrnar/gocoin) - [gochain](https://github.com/crisadamo/gochain) - [blockchain](https://github.com/izqui/blockchain) - [naivechain](https://github.com/kofj/naivechain) ## Credits - [blockchain_go](https://github.com/Jeiwan/blockchain_go)