The obligatory hello world tutorial! Here we go! In this video, I am going to show you how to create a simple hello world smart contract that is able to return a static 'hello world' string. You will learn: how to create a function in solidity how to call a…
Read StoryStarting with Solidity smart contract is a bit overwhelming... the tools, the Ethereum Blockchain, the Solidity language... that's a lot to learn. I created this video for people who are total beginners and want to get started with Solidity smart contracts. We are going to use Remix, the online code…
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 9. Tutorials already published: (more…)
Read Storyhttps://youtu.be/1TVRfWQTxas
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 8. Tutorials already published: (more…)
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 7. Tutorials already published: (more…)
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 6. Tutorials already published: (more…)
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 5. Tutorials already published: (more…)
Read Storyhttps://www.youtube.com/watch?v=hUjpPNChdq4&t=138s This tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 4. Tutorials already published: Intro Step 1: Writing The ToDo Smart contracts- beginning Step 2: Writing The ToDo Smart contracts - end Step 3: Writing The Nodejs Backend Step 4: Setup the frontend and…
Read Storyhttps://www.youtube.com/watch?v=aRJA1r1Gwu0&t=1s Ganache CLI is an Ethereum client used for developing smart contracts and dapps. It is a command-line tool but it also comes with a user interface called Ganache GUI. In the last video we learned how to install GUI, and in this video we will learn how to use…
Read Story