入门级基础了解
首先了解一下什么是区块链, 然后了解一下比特币, 以太坊..
系列文字博客
揭秘比特币和区块链系列 http://www.infoq.com/cn/articles/deep-understanding-of-bitcoin-transaction-script
深入浅出区块链 https://learnblockchain.cn/2018/01/11/guide/
区块链开发博客专栏 http://blog.csdn.net/jambeau/article/category/7322634
陌生的山不知名的花 https://mshk.top/
cybermaster 的博客 http://blog.sina.com.cn/crytoman
论坛
一些概念和文档
区块, 交易, 智能合约, 共识机制, 公有链私有链, 开发框架工具: Ethereum, Geth, Truffle, Ganache, Quorum, VirtualBox, Vagrant, React, Learna
活跃的社区讨论组
以太坊 Ethereum:
wiki https://github.com/ethereum/wiki
code https://github.com/ethereum/go-ethereum
社区 http://forum.ethereum.org/categories/ethereum-js
安装 Ethereum Mist 的时候推荐看的文档:
https://www.ethereum.org/token
https://www.ethereum.org/crowdsale
https://www.ethereum.org/dao
Geth
官网下载地址 https://geth.ethereum.org/downloads/
安装教程 https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum
源码分析 http://blog.csdn.net/ddffr/article/details/74389051
EthPM, 可以 Truffle 管理
官方网站 https://www.ethpm.com/registry
开源项目包 https://www.ethpm.com/registry/packages
书籍
https://github.com/ethereumbook/ethereumbook
白皮书 https://github.com/ethereum/wiki/wiki/White-Paper
私有链
搭建私有链 http://blog.csdn.net/wo541075754/article/details/53064877
多节点私有链 http://blog.csdn.net/DDFFR/article/details/74330422
Web3.js
官方文档 http://web3js.readthedocs.io/en/1.0/
中文文档 http://web3.tryblockchain.org/
http://8btc.com/thread-45390-1-1.html
Admin API
官方文档 https://github.com/ethereum/go-ethereum/wiki/Management-APIs#admin
Solidity
官方文档 http://solidity.readthedocs.io/en/latest/index.html
web3.js 编译 Solidity,发布,调用全部流程 https://www.jianshu.com/p/319c34420c3a
在线 IDE http://remix.ethereum.org/ 和 http://remix.xxx.com
安装文档 https://solidity.readthedocs.io/en/develop/installing-solidity.html
数据类型 https://solidity.readthedocs.io/en/develop/types.html
Dapp
官网 http://dapphub.com
github 官方地址 https://github.com/dapphub
教程(github 登录) http://hubwiz.com/
MetaMask
浏览器客户端 https://metamask.io/
Nix 进行包管理
官方文档] https://nixos.org/nix/manual/
Truffle, Ganache:
官方文档 http://truffleframework.com
中文文档 http://truffleframework.org
讨论组社区 https://gitter.im/ConsenSys/truffle
VirtualBox, Vagrant:
https://www.cnblogs.com/gattaca/p/6298407.html
公司地址 https://www.hashicorp.com/
官方地址 https://www.vagrantup.com/
检索地址 https://app.vagrantup.com/boxes/search
企业版区块链 Quorum:
J.P Morgan 公司开源维护的项目:
http://www.8btc.com/jpmorganchase-quorum
https://github.com/jpmorganchase/quorum
https://github.com/jpmorganchase/constellation
零起点玩转基于以太坊的联盟链 Quorum 系列
http://blog.csdn.net/about_blockchain/article/details/78769872
http://blog.csdn.net/about_blockchain/article/details/78889705
前端开发需要涉及内容
React
https://reactjs.org/docs/try-react.html
https://zhuanlan.zhihu.com/p/21386862