以太坊生态(所有EVM链)开发者必知网站和技术文献链接

以太坊生态(所有EVM链)开发者必知网站和技术文献链接

先声明下,目前基于以太坊虚拟机(evm)链层项目:

波场 量子 迅雷链 趣链 (复杂美)chain33 布比 等等等..

核心站

Eips-以太坊平台的规范标准站

像erc标准,大家听到过许多,如erc20,721等等,在这个网站里全有. 像网络协议, Whisper(耳语),p2p节点发现等等都会有 https://eips.ethereum.org/all

以太坊节点统计汇总

https://www.ethernodes.org/

以太坊的论坛

https://ethresear.ch/

consensys官网

以太坊创始团队离开以太坊基金会后成立的公司.consensys做了什么呢?你熟悉的metamask,truffle,infure等等都出自他们. https://consensys.net/

Pairty公司出品的一切 https://www.parity.io/technologies/

dapp开发

写合约: solidity官方手册(中文) https://solidity-cn.readthedocs.io/zh/

Consensys的以太坊智能合约最佳安全实践 https://github.com/ConsenSys/smart-contract-best-practices/blob/master/README-zh.md

Consensys家出品的区块链学习内容平台 https://beta.kauri.io/articles

不同语言的开发库 .net https://nethereum.readthedocs.io/en/latest/ python版web3 https://web3py.readthedocs.io/en/stable/

Js(web3之外的最佳选择) https://github.com/ethers-io/ethers.js/

开发ide: 适用于atom的模块,可将你的atom变成remix那样子 https://atom.io/packages/etheratom

loom出品,Remix之外的另一个选择

https://ethfiddle.com/

Embark框架-一套合约编译部署

https://embark.status.im/

每周以太坊(有两个站)

https://weekinethereum.substack.com/

http://www.weekinethereum.com/

学习learn plasma

https://www.learnplasma.org