# blockchain-tutorial **Repository Path**: block_chain_codes/blockchain-tutorial ## Basic Information - **Project Name**: blockchain-tutorial - **Description**: 用 Go 构建一个区块链 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-03-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Blockchain Tutorial =================== [![Join the chat at https://gitter.im/liuchengxu/blockchain-tutorial](https://badges.gitter.im/liuchengxu/blockchain-tutorial.svg)](https://gitter.im/liuchengxu/blockchain-tutorial?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) :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) 因为比较喜欢简书的编辑器,所以可能新文章会先出现在简书,然后“搬运”到其他平台:)。 :warning: *在这里打个广告:如果对智能合约感兴趣的话,可以看一下 [zastrin.com](https://cn.zastrin.com/) 的智能合约培训,中文版是我翻译的,在学习过程中有问题的话也可以问我。* ## Donation - BTC: `1FLctnA5iRqba3cuc1xUACuAaAVWKqjUwr` - BCH: `qp2vp4ev0aygatuv4mnxnhc5vevu5susjsj6f8wwp6` - ETH: `0xBE5d431e7D2273340F6e76061C05bb42Bc39103d` ## Contributions - 勘误,更好的翻译,解释等等 - 其他优秀的文章 ## Resources ### 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)