-
MetaMask 钱包 https://metamask.io 是web3 从业者必备的工具之一,它提供了管理数字资产的所需的一切功能,钱包产品,它是一个浏览器插件,
-
Ganache 个人区块链 本地以太坊调试程序,
-
web3.js(前端) https://web3js.readthedocs.io 通过web3.js 来调用钱包
-
ethers.js(前端) https://github.com/ethers-io/etherrs.js
-
Dapp 浏览器 https://ww.stateofthedapps.com
-
OpenZeppelin https://github.com/OpenZeppelin
-
预言机 Oracle
-
solidity 中文文档 https://solidity-cn.readthedocs.io/zh/develop/ https://www.zhihu.com/question/266048727
-
通过solidity 能够开发什么软件 dapp
什么是智能合约: 智能合约是仅在满足特定条件时,才在区块链上部署和执行的功能,无需任何第三方参与
开发第一个DAPP
idea 本地开发solidity
- web3.js