中文 / English
- Cookbook (free smart contracts): https://www.cookbook.dev
- 以太坊开发工具汇总: https://learnblockchain.cn/article/2006
- MetaMask(浏览器钱包插件): https://www.jianshu.com/p/b5b2c05e9090
- Hardhat(安全帽): 针对专业人员的以太坊开发环境 https://hardhat.org/
- solidity-framework: 快速安装和配置 Hardhat 和 Foundry 的脚手架,内置基础脚本等 https://github.com/VegieDoggie/solidity-framework
- Waffle: 智能合约最先进的测试框架之一 https://getwaffle.io/
- Foundry: 用 Rust 编写的极快、可移植和模块化的以太坊应用开发工具包 https://book.getfoundry.sh/
- Scaffold-eth (ETH + Hardhat + React): 构建由智能合约驱动的去中心化应用程序所需的常用框架 https://github.com/scaffold-eth/scaffold-eth
- Infura(节点服务): https://infura.io/
- Alchemy(节点服务): https://dashboard.alchemyapi.io/
- 以太节点服务列表: https://ethereumnodes.com/
- 以太坊区块链浏览器: https://kovan.etherscan.io
- JSON-PRC接口: https://eth.wiki/json-rpc/API
- Tenderly 合约验证: https://dashboard.tenderly.co/explorer
- EthTx 交易分析工具: https://ethtx.info
- Remix(本地环境): https://zhuanlan.zhihu.com/p/38309494
- Remix 在线 IDE: https://remix.ethereum.org/ Remix 中文镜像: http://remix.zhiguxingtu.com/
- 代码美化工具: https://www.cnblogs.com/kuronekonano/p/11794302.html
- 以太兼容链网络列表(可方便添加到 MetaMask): https://chainlist.org/
- Layer2 生态项目发展状态跟踪: https://l2beat.com/
- 以太虚拟机指令手册: https://ethervm.io/
- Web3.js: 以太坊交互的 JavaScript 库,用于开发 DApp 的核心工具 https://github.com/web3/web3.js
- ethers.js: 精简、模块化的以太坊 JavaScript 库,适合与智能合约交互 https://docs.ethers.org/
- Truffle Suite: 完整的以太坊开发框架,支持编译、部署、测试 https://trufflesuite.com/
- Ganache: 快速搭建以太坊本地开发环境的工具,适合调试和测试 https://trufflesuite.com/ganache/
- OpenZeppelin: 智能合约库和开发工具,内置常用安全合约模板 https://openzeppelin.com/
- MyCrypto: 开源钱包管理工具,支持以太坊地址的管理 https://mycrypto.com/
- Blocknative: 提供交易通知、钱包 SDK 和 Gas 优化工具 https://www.blocknative.com/
- Flashbots: 提高交易透明度和减少 MEV(矿工可提取价值)影响的工具 https://flashbots.net/
- Dune Analytics: 可视化和分析区块链数据的平台 https://dune.com/
- The Graph: 去中心化数据索引协议,用于 DApp 快速查询链上数据 https://thegraph.com/