Solidity 开发

DeeLMind2024年12月23日小于 1 分钟

Solidity 开发

DeeLMind 提示

Solidity 开发以太坊编程语言

编程文档

Hello World

// SPDX-License-Identifier: MIT

/*
    comment
*/

pragma solidity ^0.8.0;

contract HelloWorld{
    string public _string = "Hello World";
}
上次编辑于: 2026/3/11 05:49:26
贡献者: DeeLMind,DeeLMind
课程与服务