区块链框架
1. Ethereum
- Official site:https://ethereum.org/
- Blog: https://blog.ethereum.org/
- Vitalik Buterin's website: https://vitalik.ca/
- Ethereum Virtual Machine Opcodes: https://ethervm.io/
- yellowpaper :https://ethereum.github.io/yellowpaper/paper.pdf
- json-rpc: https://ethereum.org/en/developers/docs/apis/json-rpc/
- eip-721: https://eips.ethereum.org/EIPS/eip-721
- How does Ethereum work, anyway?:https://www.preethikasireddy.com/post/how-does-ethereum-work-anyway
- Geth:https://geth.ethereum.org/
- execution-specs: https://github.com/ethereum/execution-specs
2. Hyperledge fabric
- docs: https://hyperledger-fabric.readthedocs.io/
- github: https://github.com/hyperledger/fabric
- wiki: https://wiki.hyperledger.org/
3. Quorum
- Official site:https://www.goquorum.com
- github: https://github.com/ConsenSys/quorum
- docs: https://consensys.net/docs/goquorum/en/latest/
- tessera: https://docs.tessera.consensys.net/en/stable/
智能合约
1. solidity
Docs: https://docs.soliditylang.org
Blogs: https://blog.soliditylang.org/
- 开发工具
- remix:
Online: http://remix.ethereum.org/
Official site : https://remix-project.org/
- 开源类库
- openzepplin
github: https://github.com/OpenZeppelin/openzeppelin-contracts
wizard: https://wizard.openzeppelin.com/ - Webank
github: https://github.com/WeBankBlockchain/SmartDev-Contract
readthedocs: https://smartdev-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-SmartDev-Contract/index.html
- 以太坊标准
EIPS: https://eips.ethereum.org/
节点交互类库
- web3j : https://docs.web3j.io
网友评论