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 2
Smart Contracts with Solidity
Content Locked
Section 2
Compiling, Deploying, and Testing Smart Contracts Using Remix
Why does the most recent version of Solidity throw warnings when we try to compile the smart contract from last video? How can I deploy this code with the warnings removed? We'll take a hands-on approach to answering these questions by debugging the warning messages and updating our code to be Solidity ^0.4.25 friendly. - Understand Solidity constructor statements - Understand Solidity visibility requirements for variable types and functions - Understand static analysis warnings