August 2018
Intermediate to advanced
404 pages
11h 19m
English
Follow these steps to write your "hello world" contract:
pragma solidity ^0.4.21;
This source code will not compile with a compiler with a version lower than 0.4.21 or greater than 0.5.0.
contract HelloWorld { // Here goes your smart contract code }
function printSomething() { // things ...Read now
Unlock full access