<<< 欢迎参与 Hardhat开发者文档中文版本翻译 >>>
<<<< Buidler is now Hardhat: Learn more here >>>>
Hardhat | 为专业人士开发的以太坊开发环境 by Nomic Labs Hardhat | 为专业人士开发的以太坊开发环境 by Nomic Labs
登链社区
问答 (opens new window)
插件
文档
入门教程
登链社区
问答 (opens new window)
插件
文档
入门教程
GitHub (opens new window)
  • 入门教程

    • 1. Hardhat概述
    • 2. 环境搭建
    • 3. 创建新的 Hardhat 项目
    • 4. 编写和编译合约
    • 5. 测试合约
    • 6. 用 Hardhat Network 调试
    • 7. 部署到真实网络
    • 8. Hardhat 前端模板
    • 9. 最后想法

# 9. 最后的想法

恭喜你完成了本教程!

以下是在开发旅程中可能会有用的一些链接:

  • Hardhat模板工程(opens new window)
  • Hardhat 文档(opens new window)
  • Hardhat Toolbox's 文档
  • Ethers.js 文档(opens new window) 及 ethers.js文档中文版(opens new window)
  • Waffle 文档(opens new window)
  • Mocha 文档(opens new window)
  • Chai 文档(opens new window)
  • Solidity 教程(opens new window) 全面的 Solidity 合约教程。
  • Alchemy 合约教程(opens new window) 也可以学习如何使用Metamask和Solidity,以及像Alchemy提供的RPC端点。

帮助我们改善页面! (opens new window)
Last Updated: 3/13/2023, 9:39:33 AM

← 8. Hardhat 前端模板