Ed Zynda

Coder | Hacker | Superhero

Frontend Web Applications On Ethereum Part 2

Posted on · Tagged in

In this video we show how we can tie a slick looking UI to an Ethereum smart contract. We’ll be creating a wallet application that manages a custom ERC20 token called Func Token. We’ll show how to grab the wallet address, balance and the number of Func Tokens held.…

Read more »

Frontend Web Applications On Ethereum Part 1

Posted on · Tagged in

Ethereum allows you to create powerful smart contracts on the blockchain. The true power of Ethereum though, is the ability to create complex, decentralized applications or DApps. A great DApp ties smart contracts with an intunitive user-interface that allows the average user to leverage the power of the Ethereum network. In this video we begin to explore how to implement a web frontend that talks to our smart contracts deployed on the blockchain.…

Read more »

Create Your Own Cryptcurrency On Ethereum Part 2

Posted on · Tagged in

In the previous video, I showed you how you can easily create your own ERC20 compatible token on Ethereum. In this video, we make some improvements and then tweak it so that users can purchase the token with Ethereum.…

Read more »

Create Your Own Cryptcurrency On Ethereum Part 1

Posted on · Tagged in

In this video, I show you just how easy it is to create your own custom token on the Ethereum blockchain. I also explain ERC20, the standard that most custom tokens follow.…

Read more »

Ethereum Smart Contracts In Solidity Part 5

Posted on · Tagged in

In this video I go over using external libraries in Solidity.…

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