Hello World
The code above defines a contract, HelloWorld. The public greet field stores a string value that can be accessed by other contracts.
contract HelloWorld {
string public greet = "Hello World!";
}
The code above defines a contract, HelloWorld. The public greet field stores a string value that can be accessed by other contracts.
contract HelloWorld {
string public greet = "Hello World!";
}