This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 第一步:确定开源协议 | |
// SPDX-License-Identifier: MIT | |
// 第二步:确定需要用到的solidity版本 (这两步不可或缺,不然无法编译) | |
pragma solidity ^0.8.20; | |
//第三步: | |
contract HelloWorld { | |
bool boolVar1 = true; | |
bool boolVar2 = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 第一步:确定开源协议 | |
// SPDX-License-Identifier: MIT | |
// 第二步:确定需要用到的solidity版本 (这两步不可或缺,不然无法编译) | |
pragma solidity ^0.8.20; | |
//第三步: | |
contract HelloWorld { | |
bool boolVar1 = true; | |
bool boolVar2 = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 第一步:确定开源协议 | |
// SPDX-License-Identifier: MIT | |
// 第二步:确定需要用到的solidity版本 (这两步不可或缺,不然无法编译) | |
pragma solidity ^0.8.20; | |
//第三步: | |
contract HelloWorld { | |
bool boolVar1 = true; | |
bool boolVar2 = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ref: refs/heads/main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 第一步:确定开源协议 | |
// SPDX-License-Identifier: MIT | |
// 第二步:确定需要用到的solidity版本 (这两步不可或缺,不然无法编译) | |
pragma solidity ^0.8.20; | |
//第三步: | |
contract HelloWorld { | |
bool boolVar1 = true; | |
bool boolVar2 = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 第一步:确定开源协议 | |
// SPDX-License-Identifier: MIT | |
// 第二步:确定需要用到的solidity版本 (这两步不可或缺,不然无法编译) | |
pragma solidity ^0.8.20; | |
//第三步: | |
contract HelloWorld { | |
bool boolVar1 = true; | |
bool boolVar2 = false; |