Simple storage – Part II

Julien Klepatch

In this video, we are going to finish our simple storage smart contract, which can set and get the value of a variable. You will learn:

  • Difference between transaction and calls
  • How to specific calls in Solidity with view / pure keyword
  • Getter functions automatically created by Solidity
  • How the local Ethereum Blockchain work in Remix

0 Comments

Leave a Reply

More great articles

Basic testing workflow with Truffle – Part 2

In this video, we will go through the whole process of test-driven-development (TDD) for Solidity smart contracts: writing the tests…

Read Story

Debugging “VM Exception: out of gas”

"Out of gas".. what a lovely Solidity error! This really use to make me mad when I started with Solidity…

Read Story

Syntax vs runtime vs logic errors in solidity

A lot of people are confused about debugging in general and don't know the difference between a syntax error and…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up