In this video I show you how to make Ethereum contracts talk to other contracts.…
Read more »In this video I go over the concept of contract inheritance and how we can build upon an existing contract to create entirely new contracts. I also discuss abstract functions and interfaces.…
Read more »In this video I go over how you can accept funds through your contract using “payable” functions. I also cover how to destroy a contract and transfer its balance once it is no longer useful to exist on the blockchain.…
Read more »In this tutorial, I show you the basics of Ethereum smart contracts and explain state variables, functions, modifiers and events.…
Read more »