Beginner Guide: Smart Contracts Programming Tutorial in Solidity 1| The Basics in Solidity

preview_player
Показать описание
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 ************************

Рекомендации по теме