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
In Solidity, require and revert statements are used to check some pre-conditions before executing the main part of a function.…
Read StoryIn Solidity smart contract, you might have to deal with huge numbers, especially when doing financial transfers. Don't forget that…
Read StoryYou know Rock paper scissors right? If you don't, that's a simple game where in each round 2 players make…
Read Story
Leave a Reply