Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Blockchain Web Development on Ethereum
Rating: 4.0 out of 5(631 ratings)
70,904 students
Created byTomas Mikula
Last updated 10/2022
English

What you'll learn

  • Develop full decentralized web application on Ethereum blockchain
  • Learn smart contract fundamentals and interaction
  • Learn how to connect your web application to blockchain
  • How to react to blockchain events
  • How to deploy and run local blockchain

Course content

4 sections40 lectures3h 6m total length
  • How To Get The Most Out Of This Course1:56
  • Project Architecture2:51

    Get an overview of the whole project structure which consists of:

    • Frontend build in Angular

    • Smart Contract written in Solidity

    • Middleware using web3js

  • Setting up environment8:44

    We will install the requirements for development: Visual Studio Code and NodeJS and setup sample Angular project.

  • Dependencies2:00

    To make sure we are having the same dependencies:

    - delete package-lock.json file

    - delete node_modules

    - replace package.json content with the following and then run "npm install" :

    {

      "name": "blockchain-poll",

      "version": "0.0.0",

      "scripts": {

        "ng": "ng",

        "start": "ng serve",

        "build": "ng build",

        "test": "ng test",

        "lint": "ng lint",

        "e2e": "ng e2e"

      },

      "browser": {

        "http": false,

        "https": false,

        "os": false

      },

      "private": true,

      "dependencies": {

        "@angular/animations": "~9.1.3",

        "@angular/common": "~9.1.3",

        "@angular/compiler": "~9.1.3",

        "@angular/core": "~9.1.3",

        "@angular/forms": "~9.1.3",

        "@angular/platform-browser": "~9.1.3",

        "@angular/platform-browser-dynamic": "~9.1.3",

        "@angular/router": "~9.1.3",

        "apexcharts": "^3.19.0",

        "bootstrap": "^4.4.1",

        "jquery": "^3.5.0",

        "rxjs": "~6.5.4",

        "tslib": "^1.10.0",

        "web3": "^1.2.7",

        "zone.js": "~0.10.2"

      },

      "devDependencies": {

        "@angular-devkit/build-angular": "~0.901.3",

        "@angular/cli": "~9.1.3",

        "@angular/compiler-cli": "~9.1.3",

        "@angular/language-service": "~9.1.3",

        "@types/jasmine": "~3.8.0",

        "@types/jasminewd2": "~2.0.3",

        "@types/node": "^12.11.1",

        "codelyzer": "^5.1.2",

        "jasmine-core": "~3.8.0",

        "jasmine-spec-reporter": "~4.2.1",

        "karma": "~5.0.0",

        "karma-chrome-launcher": "~3.1.0",

        "karma-coverage-istanbul-reporter": "~2.1.0",

        "karma-jasmine": "~3.0.1",

        "karma-jasmine-html-reporter": "^1.4.2",

        "protractor": "~5.4.3",

        "ts-node": "~8.3.0",

        "tslint": "~6.1.0",

        "typescript": "~3.8.3"

      }

    }

Requirements

  • Basic web development knowledge (Angular, React, Vue...)
  • Prepare to build real blockchain web app!
  • Be ready to learn lot of cool stuff

Description

Over 39,000 happy students from 136 countries!

Hello! Welcome to the Complete Blockchain Web Application Development course, the only course you need to build decentralized web applications.

What does blockchain have to do with web development?

Blockchain technology has become synonymous with cryptocurrencies and token crowd sales. However, there are a variety of blockchain applications that could be applied to web development. Blockchain technology is one of the latest trends in the web development industry. There has been a lot of hype surrounding this buzzword, and most people are still wondering what the real use cases of blockchain technology are, and if they can actually apply it to make profitable business models.

You will learn all fundamental aspects of creating and connecting blockchain application to website and interacting with it.

Course is divided into 3 main sections:

  • Frontend application - developed in Angular, completely decoupled from blockchain.

  • Smart Contract and blockchain - learning the fundamentals of developing, deploying (locally) and interacting with smart contract.

  • Middleware - The most important "glue" between the frontend and smart contract.

Hurry though… the price might change at any point

And if you don't think it live up to promise I've made you...

Or you think you cannot develop your own blockchain web app in the end...

There is a 30-Day Money-Back Guarantee...

All risk is lifted from your shoulders and placed squarely on mine. Join the BEST Blockchain Web Development on Udemy today!

See you on the inside!

Who this course is for:

  • Web developers
  • Blockchain enthusiasts
  • Ethereum enthusiasts