Skip to content

Commit

Permalink
en to zh
Browse files Browse the repository at this point in the history
  • Loading branch information
chaozh committed Jul 7, 2017
1 parent 52608dc commit 6e17479
Showing 1 changed file with 49 additions and 13 deletions.
62 changes: 49 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,71 @@
# Awesome Blockchain [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> collection of best resources for blockchain development
> 收集所有区块链(BlockChain)技术开发相关资料
*Please read the [contribution guidelines](.github/contributing.md) before contributing.*
*请在为本项目贡献信息前仔细阅读 [操作指南](.github/contributing.md) *

## Contents

- [Intro](#intro)
- [Books](#books)
- [Blogs](#blogs)
- [Related](#Related)
- [介绍](#介绍)
- [教程](#教程)
- [博客](#博客)
- [书籍](#书籍)
- [案例](#案例)
- [相关](#相关)

## Intro
## 介绍

- [Blockchain区块链架构设计之一:成员管理](https://zhuanlan.zhihu.com/p/23356616)
- [Blockchain区块链架构设计之二:分布式账本技术对比](https://zhuanlan.zhihu.com/p/23463699)
- [Blockchain区块链架构设计之三:Hyperledger Fabric介绍](https://zhuanlan.zhihu.com/p/23947372)
- [Blockchain区块链架构设计之四:Fabric多通道和下一代账本设计](https://zhuanlan.zhihu.com/p/24605987)
- [Blockchain区块链架构设计之五:让DLT产生协作,对Corda和GSL的思考](https://zhuanlan.zhihu.com/p/25061575)

## Books
- [Blockchain区块链架构设计之六:Fabric 1.0账本设计(1)](https://zhuanlan.zhihu.com/p/25119939)
- [Blockchain区块链架构设计之七:Fabric 1.0 Endorse背书策略](https://zhuanlan.zhihu.com/p/25295608)
- [Hyperledger架构解读:Hyperledger Fabric1.0架构概览](http://www.wanbizu.com/blockchain/201702078984.html)
- [以太坊代码剖析](http://ethfans.org/topics/227)

## 教程

- [Fabric Basics](https://github.com/angrbrd/hyperledger-fabric-basics) 使用Docker Toolbox来搭建Fabric的开发环境(英文资料)
- [Learn Chaincode](https://github.com/IBM-Blockchain/learn-chaincode) Fabric Chaincode入门(英文资料)
- [Marbles Project Tutorial: Part One](https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part1.md) 官方Chaincode案例教程第一部分(英文资料)
- [Marbles Project Tutorial: Part Two](https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part2.md) 官方Chaincode案例教程第二部分(英文资料)
- [v0.6 Fabric Dev Env Setup](https://github.com/hyperledger/fabric/blob/v0.6/docs/Setup/Chaincode-setup.md) 针对Fabric0.6版本的三种开发环境搭建方法(英文资料)
- [v0.6 Start A Fabric Network](https://github.com/hyperledger/fabric/blob/v0.6/docs/Setup/Network-setup.md) 针对Fabric0.6版本的网络环境搭建(英文资料)
- [v0.6 Fabric CA Setup](https://github.com/hyperledger/fabric/blob/v0.6/docs/Setup/ca-setup.md) 针对Fabric0.6版本的CA搭建(英文资料)
- [v0.6 Fabric NodeJS SDK Guide](https://github.com/hyperledger/fabric/blob/v0.6/docs/nodeSDK/node-sdk-guide.md) 针对Fabric0.6版本的NodeJS SDK指引(英文资料)
- [Hyperledger Fabric V1.0– 开发者快速入门](https://zhuanlan.zhihu.com/p/25070745) 这个是基于baseos 0.2.2 的
- [搭建运行Fabric V1.0-alpha版本](http://blog.csdn.net/kojhliang/article/details/66971404) 针对Fabric1.0版本的开发环境搭建指引
- [Fabric v1.0-alpha 开发镜像编译](http://blog.csdn.net/remote_roamer/article/details/70228662) 使用Fabric源码编译v1.0-alpha版本的Docker镜像指引
- [Hyperledger Composer使用入门](http://www.jianshu.com/p/7bc258810b77) 官方Fabric应用开发工具Hyperledger Composer入门

- [以太坊开发相关详解](http://me.tryblockchain.org/)
- [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html)

## 博客

- [浮白](http://fubai.tech/) Fabric开发环境搭建与codechain入门
- [yeasy的专栏](http://blog.csdn.net/yeasy) IBM fabric核心开发者yeasy的专栏
- [菜鸟的博客](http://blog.csdn.net/xjmtxwd24/) fabric0.6及1.0源码分析
- [jiang_xinxing的博客](http://blog.csdn.net/jiang_xinxing/article/category/6642179) fabric0.6源码分析

## 书籍

- [区块链技术指南](https://yeasy.gitbooks.io/blockchain_guide)
- [Fabric Official Docs](https://hyperledger-fabric.readthedocs.io/en/latest/)
- [Core Restful API](https://github.com/hyperledgerchina/fabric_zh_CN/blob/v0.6_zh_CN/zh_CN/API/CoreAPI.md) 中文版
- [CA Attributes Usage](https://github.com/hyperledgerchina/fabric_zh_CN/blob/v0.6_zh_CN/zh_CN/API/AttributesUsage.md) 中文版
- [Member Services API](https://github.com/hyperledgerchina/fabric_zh_CN/blob/v0.6_zh_CN/zh_CN/API/MemberServicesAPI.md) 中文版
- [Solidity语言文档](http://www.tryblockchain.org/)
- [Web3.JS接口文档](http://web3.tryblockchain.org/)
- [Truffle框架文档](http://truffle.tryblockchain.org/)

## Related
## 相关

- [Awesome Fabric](https://github.com/chaozh/awesome-blockchain/tree/master/Hyperledger%20Fabric)
- [Awesome Ethereum](https://github.com/chaozh/awesome-blockchain/tree/master/Ethereum)

## Blogs



## License

Expand Down

0 comments on commit 6e17479

Please sign in to comment.