文件名称:测试者
文件大小:840KB
文件格式:ZIP
更新时间:2024-03-11 20:34:47
:building_construction: 脚手架 是开始构建由智能合约支持的去中心化应用程序所需的一切 快速开始 git clone https://github.com/austintgriffith/scaffold-eth.git your-next-dapp cd your-next-dapp yarn install yarn start 在第二个终端窗口中: yarn chain 在第三个终端窗口中: yarn deploy :locked_with_pen: 在packages/hardhat/contracts编辑您的智能合同YourContract.sol :memo: 在packages/react-app/src编辑前端App.jsx :mobile_phone: 打开查看该应用 :books: 保持并查看 随着一切的进行,您的开发环境开始看起来像这样: React开发服务器,HardHat区块链,部署终端,代码IDE和前端浏览器。 :repeat_button: 您可以随时进行yarn r