Ed Zynda

Coder | Hacker | Superhero

Ethereum Smart Contracts In Solidity Part 4

Posted on · Tagged in

In this video I show you how to make Ethereum contracts talk to other contracts.…

Read more »

Ethereum Smart Contracts In Solidity Part 3

Posted on · Tagged in

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 »

Ethereum Smart Contracts In Solidity Part 2

Posted on · Tagged in

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 »

Ethereum Smart Contracts In Solidity Part 1

Posted on · Tagged in

In this tutorial, I show you the basics of Ethereum smart contracts and explain state variables, functions, modifiers and events.…

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.