Get started with Solidity, the language of smart contracts.
pragma solidity ^0.8.0; contract HelloWorld { string public greeting = "Hello, Web3!"; }
Was this page helpful?