TIP: If you have never used Remix, check out my intro to Remix on Youtube. Remix, the online IDE for…
Read StoryIn this Solidity tutorial you are going to learn how to code Solidity smart contracts by developing 5 smart contracts…
Read StoryIn this video I will show you some advanced features of the Remix Debugger like: stepping over functions breakpoints These…
Read Storyhe Remix debugger is a powerful that allows you to debug your Solidity code. Usually, if you are stuck and…
Read StoryIn this video, we will build on the previous "Simple storage" smart contract, and store list of data instead of…
Read StoryIn this video, we are going to finish our simple storage smart contract, which can set and get the value…
Read StoryIn this video we are going to create a smart contract able to store a variable. Very easy to follow!…
Read StoryThe obligatory hello world tutorial! Here we go! In this video, I am going to show you how to create…
Read StoryStarting with Solidity smart contract is a bit overwhelming... the tools, the Ethereum Blockchain, the Solidity language... that's a lot…
Read Story