帖子
分享您的知识。
Dec 14, 2024
专家问答
设置 SimpleStorage 部署器
AI 问道,为什么我在尝试在 VS 代码中部署我的代码时一直遇到这个错误,但还是一样. 这是错误: [] 正在编译... [] 使用 Solc 0.8.18 编译 14 个文件 [] Solc 0.8.18 在 149.20 毫秒内完成 错误:编译器运行失败: 错误 (2314):预期为 ';' 但得到了标识符 --> 脚本/deploySimpleStorage.sol: 11:9: | 11 | vm.stopBroadcast (); | ^^
这是我的代码. solidity “' //SPDX 许可证标识符:麻省理工学院
pragma solidity ^0.8.18; 从 “forge-std/Script.sol” 导入 {脚本}; 从 “...” 导入 {simpleStorage}/src/SimpleStorage.sol “;
合约部署简单存储是脚本 { 函数 run () 外部返回 (simpleStorage) { vm.startBroadcast (); SimpleStorage SimpleStorage = new SimpleStorage ( vm.stopbroadcast (); 返回 SimpleStorage; } } “'
- Cyfrin Updraft
- Foundry
- Solidity
1
1
分享
评论
答案
1你知道答案吗?
请登录并分享。
Cyfrin Updraft is an education platform specializing on teaching the next generation of smart contract developers
195帖子196答案