Skip to content

Commit

Permalink
Merge pull request #1003 from aitimate/hardhat-framework
Browse files Browse the repository at this point in the history
add: solidity-framework
  • Loading branch information
yanyanho authored Nov 2, 2023
2 parents 6b5e13d + 4ab115f commit 3f74ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/develop-tools-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Ethereum Development Tools Collection: <https://learnblockchain.cn/article/2006>
- metamask (Wallet plug-in for browser): <https://www.jianshu.com/p/b5b2c05e9090>
- Hardhat(Ethereum development environment for professionals): https://hardhat.org/
- solidity-framework is a scaffold for quickly installing and configuring Hardhat and Foundry, with built-in basic scripts and more: <https://github.com/VegieDoggie/solidity-framework>
- Waffle(smart contracts testing tool): https://getwaffle.io/
- Foundry(toolkit for Ethereum application development written in Rust): https://book.getfoundry.sh/
- scaffold-eth (ETH + Hardhat + React): https://github.com/scaffold-eth/scaffold-eth
Expand Down
1 change: 1 addition & 0 deletions docs/develop-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- 以太坊开发工具汇总: <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>
Expand Down

0 comments on commit 3f74ba8

Please sign in to comment.