Ethereum Projects

Ethereum Projects

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 47m | 344 MB

Building Blockchain, Cryptocurrency, &and smart contracts by building decentralized applications using Ethereum

Ethereum enables the development of efficient, smart contracts that contain code. These smart contracts can interact with other smart contracts to make decisions, store data, and send Ether to others.

This course provides you with a clear approach to building cryptocurrencies, smart contracts, and decentralized applications. Throughout the course, we walk you through a detailed step-by-step process to build advanced Ethereum projects. Each project will teach you just enough about Ethereum to be productive right away. You will learn how tokenization works, how to think in a decentralized way, and how to build Blockchain-based distributed computing systems. You will build interesting projects with Ethereum such as wallets, copyright, secure data sharing, and more.

By the end of this video, you will be able to tackle Blockchain challenges by implementing projects end-to-end using the full power of the Ethereum Blockchain

A hands-on approach from an author who has loved Ethereum since its creation. After showing some real-life examples we will get into building smart contracts and integrating them within applications. You will work with example applications as they’re developed and thoroughly explained. You will get to witness first-hand why Ethereum is so highly regarded and will be challenged constantly to start creating your own decentralized applications.

What You Will Learn

  • Develop your ideas fast and efficiently using the Ethereum Blockchain
  • Make writing and deploying smart contracts easy and manageable.
  • Work with private data in a Blockchain application.
  • Handle large files in a Blockchain application.
  • Ensure your decentralized applications are safe.
  • How Ethereum development frameworks work (Truffle/Mocha/…).
  • Create your own cryptocurrency/token on the Ethereum Blockchain.
  • Make sure our cryptocurrency is ERC20-compliant to launch an ICO
Table of Contents

Workflow Setup and Thinking Blockchain
1 The Course Overview
2 Use Cases
3 An Overview of Blockchain and Ethereum
4 Potentials and Limitations
5 Workflow Setup

Developing First Simple Decentralized Payment Application
6 Starting a New Project
7 Deploying and Testing Out Our First Project
8 Syntax and Code Exploration
9 Bug Fixing and Debugging
10 Changing Our Application into a Better Payment Application

Creating Your Own Cryptocurrency with Ethereum
11 Creating an ERC20 Token
12 Deployment and Testing an ERC20 Token
13 Implementing Other Token Standards
14 Using Tokens and Executing Logic

Signing Documents and Working with Big Files
15 User Identity and Sensitive Data on the Blockchain
16 Dealing with Files and Large Data on the Blockchain
17 User Identity Verification with Blockchain
18 Signing a Document on the Blockchain

Going Big – Ethereum Outside the PC_Web Environment
19 Ethereum Outside the Browser
20 Ethereum and IoT
21 Ethereum in Smartphone Applications
22 Further Steps and Resources