Book Image

Creating Smart Contracts with Ethereum [Video]

By : Drew Taylor
Book Image

Creating Smart Contracts with Ethereum [Video]

By: Drew Taylor

Overview of this book

Make no mistake, Ethereum and Blockchain technology is disrupting the web as we know it. The tech industry cannot hire blockchain developers fast enough and there are only a small number of resources for new developers. In this course, you’ll start by learning the Ethereum smart contract programming language Solidity and its capabilities. You’ll design, test, and deploy secure Ethereum smart contracts using the latest industry standards. Also, you’ll build dynamic front ends for web applications and configure your project infrastructure with smart contracts and the Ethereum blockchain. By the end of the course, you’ll have comprehensive knowledge in writing smart contracts and building applications that interact with them. The code bundle for this video course is available at - https://github.com/PacktPublishing/Creating-Smart-Contracts-with-Ethereum
Table of Contents (5 chapters)
Chapter 5
Ethereum Project Development
Content Locked
Section 3
Verifying Smart Contract Code on Etherscan
If we want users of our DApp to be able to trust that the smart contract they are sending money too isn't doing something suspicious, we're going to need to publish verified Solidity files for them to browse online. This video demonstrates how to do that on Etherscan.io, the most popular Ethereum transaction browser. - Learn why verifying and publishing Solidity source code online is important - Upload and verify the source code for our DApp - Browse the published source code on Etherscan