Back to Browse

Remix Solidity IDE tutorial 1: Getters and setters

12.2K views
Jul 13, 2017
7:35

This is part 1 of the Remix tutorial. This tutorial explains how to use the online Remix Solidity IDE. In this video series different topics will be explained which will help you to understand how to use the Remix Solidity IDE. Solidity is an object-oriented programming language for writing smart contracts. It is used to implement smart contracts on various blockchain platforms such as Ethereum. It is one of four languages, the others being Serpent, LLL and Mutan (deprecated) designed to target the Ethereum Virtual Machine (EVM). Solidity is currently used as the primary language on Ethereum as well as on other private blockchains running on platforms that compete with Ethereum. Solidity is a statically-typed programming language designed for developing smart contracts that run on the EVM. Solidity is compiled to bytecode that is executable on the EVM. With Solidity, developers are able to write applications that implement self-enforcing business logic embodied in smart contracts, leaving a non-repudiable and authoritative record of transactions. It is recommended to watch each video sequentially as I may refer to certain Remix Solidity IDE topics explained earlier. Check out all my other Remix tutorial videos: https://goo.gl/PmjybA Subscribe to my YouTube channel: https://goo.gl/61NFzK The presentation used in this video tutorial can be found at: http://www.mobilefish.com/developer/blockchain/blockchain_quickguide_remix_tutorial.html The sample Solidity contract used in this video: http://www.mobilefish.com/download/ethereum/TestContract.sol.txt Online Remix IDE: https://remix.ethereum.org Hex to string converter: http://string-functions.com/hex-string.aspx #mobilefish #remix #ethereum

Download

0 formats

No download links available.

Remix Solidity IDE tutorial 1: Getters and setters | NatokHD