filmov
tv
Beginner Guide: Smart Contracts Programming Tutorial in Solidity 1| The Basics in Solidity
Показать описание
This video we learning how to write code in Solidity and how to make a simple public Getter and access
This code use:
pragma solidity ^0.4.0;
contract Helloworld{
string public word = "Hello world";
}
The first line simply tells that the source code is written for Solidity version 0.4.0 or anything newer that does not break functionality
********************facebook page link ************************
This code use:
pragma solidity ^0.4.0;
contract Helloworld{
string public word = "Hello world";
}
The first line simply tells that the source code is written for Solidity version 0.4.0 or anything newer that does not break functionality
********************facebook page link ************************