BlockChain Resources
Contents
正所谓不积跬步无以至千里,作为区块链安全学习的第一步,本篇汇聚区块链理论与实践的各种资源,通过知行来理解这个新领域,为安全研究做好伏笔。
BlockChain
矿池
BitCoin
- 简介:how-bitcoin-works-under-hood
- whitepaper:bitcoin
- 中文注解:比特币白皮书 个人翻译+注解
Ethereum
原理
- whitepaper: White-Paper
- 中文:以太坊白皮书
协议架构
智能合约
- Dapp state
- wiki:ÐApp Development
- 入门指南:
- 开发事例:
客户端开发环境
- Ethereum Clients
- IDE:
- 模拟环境:testrpc
- 客户端:
- cli:https://ethereum.org/cli
- testnet eth:
- testnet block explorer: https://ropsten.etherscan.io/
- Dapp explorer:
- solidity: introduction-to-smart-contracts
- tools