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
When I started to debug Solidity smart contracts, I was really confused by the fact that although there was a…
Read StoryIn Truffle tests, we have a mysterious contract() function: contract('my test', () => { if('it should ...', () => {…
Read Story
Leave a Reply