In this video we are going to create a smart contract able to store a variable. Very easy to follow!
You will learn:
- how to persist data with state variables in Solidity
- how to update the value of of a state variable
A lot of people are confused about debugging in general and don't know the difference between a syntax error and…
Read StoryIn Truffle, when you write tests, you can use 'artifacts' and 'web3' objects, without defining these names: const MyContract =…
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 1. Tutorials already published: Intro…
Read Story
Leave a Reply