Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: solidity-framework #1003

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading