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
To debug syntax errors, you can rely on Solidity syntax highlighting. Fortunately for us, Remix has syntax highlighting activated by…
Read StoryIn this video, we will go through the whole process of test-driven-development (TDD) for Solidity smart contracts: writing the tests…
Read StoryIn this video, I am going to introduce the testing features of the Truffle framework. You will learn: which language…
Read Story
Leave a Reply