本文收集了所有区块链(BlockChain)技术开发的相关资料,包括 Fabric 和 Ethereum开发资料,一应俱全,赶快 Mark 起来吧!

Blockchain


介绍

一、入门

1、区块链技术指南:

区块链领域比较系统的入门资料
https://yeasy.gitbooks.io/blockchain_guide

2、一步一步学区块链:

(1) 按步骤的实际操作入门指南
http://blog.csdn.net/jwter87/article/details/53322642

(2) 区块链技术-智能合约-以太坊:

以太坊智能合约入门概念
http://ethfans.org/posts/block-chain-technology-smart-contracts-and-ethereum

(3) 理解区块链:

区块链关键要点讲解
http://blog.csdn.net/csolo/article/details/52858236

(4) 简单易懂地介绍什么是区块链

(一)简单易懂地介绍什么是区块链:

比特币区块链关键词讲解
https://zhuanlan.zhihu.com/p/22228902

(二)简单易懂地介绍什么是区块链(技术篇):

比特币区块链技术图解
https://zhuanlan.zhihu.com/p/23243289

(5) 一文看懂区块链架构设计:

从技术分层解构架构
http://www.8btc.com/ebook-blockchain

二、以太坊进阶

1、 以太坊白皮书
http://ethfans.org/wikis/%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6

2、The Ethereum Wiki
https://theethereum.wiki/w/index.php/Main_Page

3、以太坊设计原理
http://ethfans.org/posts/510

4、 以太坊代码剖析
http://ethfans.org/topics/227

5、以太坊源码阅读
http://www.cnblogs.com/baizx/category/1011749.html

6、Merkle Tree学习
http://blog.csdn.net/jiange_zh/article/details/53386250

三、Fabirc联盟链进阶

1、 Blockchain区块链架构设计之一:

成员管理
https://zhuanlan.zhihu.com/p/23356616

2、Blockchain区块链架构设计之二:

分布式账本技术对比
https://zhuanlan.zhihu.com/p/23463699

3、Blockchain区块链架构设计之三:

Hyperledger Fabric介绍
https://zhuanlan.zhihu.com/p/23947372

4、Blockchain区块链架构设计之四:

Fabric多通道和下一代账本设计
https://zhuanlan.zhihu.com/p/24605987

5、Blockchain区块链架构设计之五:

让DLT产生协作,对Corda和GSL的思考
https://zhuanlan.zhihu.com/p/25061575

6、Blockchain区块链架构设计之六:

Fabric 1.0账本设计(1)
https://zhuanlan.zhihu.com/p/25119939

7、Blockchain区块链架构设计之七:

Fabric 1.0 Endorse背书策略
https://zhuanlan.zhihu.com/p/25295608

8、Hyperledger架构解读:

Hyperledger Fabric1.0架构概览
http://www.wanbizu.com/blockchain/201702078984.html

教程

一、比特币

Bitcoin and Cryptocurrency Technologies:

Cousera上的比特币教程
https://www.coursera.org/learn/cryptocurrency

二、以太坊

1、以太坊从零开始入门
http://www.jianshu.com/p/220130b39e22

2、以太坊开发入门经验
http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html

3、mac配置以太坊本地开发环境
https://my.oschina.net/wtsoftware/blog/782057

4、以太坊智能合约编程之菜鸟教程
http://ethfans.org/posts/101-noob-intro

5、以太坊常见问题FAQ
http://8btc.com/thread-23195-1-1.html

6、 区块链语言Solidity校验椭圆曲线加密数字签名(附实例)

http://www.toutiao.com/i6401418700217385473/?tt_from=weixin&utm_campaign=client_share&from=groupmessage&app=news_article&utm_source=weixin&iid=8932715408&utm_medium=toutiao_ios&wxshare_count=2&pbid=35867484354

7、 Create your own crypto-currency:

来自以太坊官方的代币创建教程
https://www.ethereum.org/token

8、ETHEREUM PET SHOP:

Truffle框架逐步案例教程
http://truffleframework.com/tutorials/pet-shop

9、ROBUST SMART CONTRACTS WITH OPENZEPPELIN:

OpenZeppelin集成Truffle编写健壮安全的合约 http://zeppelin.tryblockchain.org/robust-smart-contracts-with-openzeppelin.html

10、Truffle3.0案例教程:

集成NodeJS并完全跑通,附详细实例和可能的错误
http://truffle.tryblockchain.org/truffle3.0-integrate-nodejs.html

11、 以太坊开发入门教程
http://blog.csdn.net/wo541075754/article/category/6502432/1

三、Fabric联盟链

1、Fabric Basics:

使用Docker Toolbox来搭建Fabric的开发环境(英文资料)
https://github.com/angrbrd/hyperledger-fabric-basics

2、Learn Chaincode:

Fabric Chaincode入门(英文资料)
https://github.com/IBM-Blockchain/learn-chaincode

3、Marbles Project Tutorial:

Part One:官方Chaincode案例教程第一部分(英文资料)
https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part1.md

4、 Marbles Project Tutorial:

Part Two:官方Chaincode案例教程第二部分(英文资料)
https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part2.md

5、 Hyperledger Fabric V1.0– 开发者快速入门:

这个是基于baseos 0.2.2 的
https://zhuanlan.zhihu.com/p/25070745

6、 搭建运行Fabric V1.0-alpha版本:

针对Fabric1.0版本的开发环境搭建指引
http://blog.csdn.net/kojhliang/article/details/66971404

7、Fabric v1.0-alpha 开发镜像编译:

使用Fabric源码编译v1.0-alpha版本的Docker镜像指引
http://blog.csdn.net/remote_roamer/article/details/70228662

8、 Hyperledger Composer使用入门:

官方Fabric应用开发工具Hyperledger Composer入门
http://www.jianshu.com/p/7bc258810b77

9、 Fabric-CA-1.0-Alpha小结
http://www.jianshu.com/p/ec7d4216c3cf

视频

1、Building Ethereum DApps using Solidity:

https://www.youtube.com/watch?v=9_coM_g7Dbg&list=PLH4m2oS2ratdoHFEkGvwvd7TkeTv4sa7Z

2、、Devcon 0 (Berlin, 2014) talks and videos

https://www.youtube.com/watch?v=_BvvUlKDqp0&list=PLJqWcTqh_zKEjpSej3ddtDOKPRGl_7MhS

3、Devcon 1 (London, 2015) talks and videos

https://www.youtube.com/watch?v=BUARih8_f68&list=PLJqWcTqh_zKHQUFX4IaVjWjfT2tbS4NVk

4、Devcon 2 (Shanghai, 2016) talks and videos

https://www.youtube.com/watch?v=1wayaZ1-iBE&list=PLaM7G4Llrb7xqzgOwbvNv63_KM7VH84Rd

5、Devcon 3 (Cancún, 2017) website and registration

http://ethereumfoundation.org/devcon3/

项目

一、区块链底层

1、 Metaverse 原界链源码
https://github.com/mvs-org/metaverse

2、EOS EOS链源码
https://github.com/EOSIO/eos

3、比特币0.1 最原始的比特币代码
https://github.com/fkysly/bitcoin0.1.0

4、Blockbench 区块链性能测试工具
https://github.com/ooibc88/blockbench

5、Quorum 来自JP Morgan基于Go-Ethereum数据隐私加强的以太坊实现
https://github.com/jpmorganchase/quorum

6、BCOS 来自微众银行的增强版以太坊实现
https://github.com/bcosorg/bcos

7、Presto-Ethereum 以太坊增加Presto的SQL访问能力
https://github.com/xiaoyao1991/presto-ethereum

二、SDK工具包

1、Truffle

以太坊Dapp开发脚手架
https://github.com/trufflesuite/truffle

2、Cakeshop

来自JP Morgan的以太坊可视化管理工具
https://github.com/jpmorganchase/cakeshop

3、Zeppelin

用于编写安全的以太坊合约框架
https://github.com/OpenZeppelin/zeppelin-solidity

4、Web3j

以太坊官方轻量级java SDK
https://github.com/web3j/web3j

5、Porosity

反编译以太坊智能合约工具
https://github.com/comaeio/porosity

6、Composer

官方可视化Fabric应用开发框架
https://github.com/hyperledger/composer

资料

一、比特币

1、精通比特币

精通比特币开发Oreilly开源书 中文翻译版
https://github.com/bitcoinbook/bitcoinbook

2、 blockchaindev.org

区块链创业公司维优CTO的专栏
http://blockchaindev.org/

3、区块链研习社

比特币源码解读
http://www.jianshu.com/u/30081a05cf95

二、以太坊

1、Mastering Ethereum

精通以太坊开发Oreilly开源书
https://github.com/ethereumbook/ethereumbook

2、区块链技术博客

关注以太坊
http://me.tryblockchain.org/

3、以太坊系列教程

solidity语言学习
http://gi1.cn/topics/category/solidity

4、Solidity语言文档

语言中文手册
http://www.tryblockchain.org/

5、Web3.JS接口文档

接口中文手册
http://web3.tryblockchain.org/

6、Truffle框架文档

框架中文手册
http://truffle.tryblockchain.org/

7、Open Zeppelin框架文档

框架中文手册
http://zeppelin.tryblockchain.org/

8、Ethplorer接口

Ethplorer接口文档
https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API?from=etop

9、以太坊常见问题FAQ
http://8btc.com/thread-23195-1-1.html

10、EthList

以太坊开发相关学习资料收集
https://github.com/Scanate/EthList

11、Fabric联盟链

Fabric Official Docs Fabric官方最新文档
https://hyperledger-fabric.readthedocs.io/en/latest/

12、浮白

Fabric开发环境搭建与codechain入门
http://fubai.tech/

13、yeasy的专栏

IBM fabric核心开发者yeasy的专栏
http://blog.csdn.net/yeasy

14、菜鸟的博客

fabric0.6及1.0源码分析
http://blog.csdn.net/xjmtxwd24/

15、jiang_xinxing的博客

fabric0.6源码分析
http://blog.csdn.net/jiang_xinxing/article/category/6642179

应用

一、Explore 链浏览

1、Blockchain

比特币区块链浏览器
https://blockchain.info/

2、Etherscan

以太坊区块链浏览器
https://etherscan.io/

二、Wallet 钱包

1、My Ether Wallet 官方版钱包
https://myetherwallet.com/

2、MetaMask Chrome Extension浏览器插件版
https://metamask.io/

3、Multi-platform Jaxx Wallet 同时兼容以太坊和比特币钱包
https://jaxx.io/

4、Mist Wallet 官方版轻量级钱包
https://github.com/ethereum/mist/releases/latest

5、Parity Wallet
https://github.com/paritytech/parity/releases/latest

6、 Harmony Wallet
https://github.com/ether-camp/ethereum-harmony/releases/latest

7、imToken 移动App版钱包
https://token.im/

8、Ledger Nano S 硬件钱包
https://theethereum.wiki/w/index.php/Ledger_Nano_S

9、Trezor 硬件钱包
https://blog.trezor.io/trezor-integration-with-myetherwallet-3e217a652e08

三、IM 通信

1、status-im status.im项目开源代码
https://github.com/status-im/status-network-token

2、slockit Slock.it项目使用的智能合约
https://github.com/slockit/smart-contract

四、Social 社会

1、dharma 第三方增信源码
https://dharma.io/

2、Chronobank 共享机制
https://chronobank.io/

五、Exchange 交易所

1、0x 0x交易所源码
https://www.0xproject.com/otc
https://github.com/0xProject/contracts

2、ethdelf etherdelta交易所源码
https://etherdelta.github.io/#ZRX-ETH
https://github.com/etherdelta/smart_contract

3、Dmarket dmarket交易所源码
https://dmarket.io/
https://github.com/suntechsoft/dmarket-smartcontract

4、augur 对赌交易所源码
https://augur.net/
https://github.com/AugurProject

5、 melonport 数字资产交易所源码
https://melonport.com/
https://github.com/melonproject

六、Cross Chain 跨链

1、 Cosmos cosmos跨链交易,包括BTC到ETH源码
https://cosmos.network/
https://github.com/cosmos

2、polkadot polkadot跨链,实现了一个轻量级以太坊客户端源码
https://polkadot.io/
https://github.com/paritytech/parity

七、Token 代币

1、ERC20 以太坊的ICO代币标准
https://github.com/ethereum/EIPs/pull/610

2、 Token Sale 代币销售模型
http://vitalik.ca/general/2017/06/09/sales.html

3、 maker Dai代币
https://makerdao.com/

八、Awesome Ethereum

以太坊相关详细开发资源收集
https://github.com/chaozh/awesome-blockchain/tree/master/Ethereum

九、Awesome Fabric

Fabric联盟链相关详细开发资源收集
https://github.com/chaozh/awesome-blockchain/tree/master/Hyperledger%20Fabric

本文基于作者采用的 CC0 许可协议转载,作者 chaozh,熟知 OS Kernel 到 Web 前端的全栈工程师。

本文标题: Blockchain区块链学习技术资料-开发篇

本文作者: 狂欢马克思

发布时间: 2024年07月02日 00:00

最后更新: 2025年01月03日 13:59

原始链接: https://haoxiang.eu.org/93a7541f/

版权声明: 本文著作权归作者所有,均采用CC BY-NC-SA 4.0许可协议,转载请注明出处!

× 喜欢就赞赏一下呗!
打赏二维码