: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 :