Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Blockchain and a Cryptocurrency from Scratch
Highest Rated
Rating: 4.7 out of 5(3,611 ratings)
25,440 students

Build a Blockchain and a Cryptocurrency from Scratch

Updated for 2025: Build a blockchain and cryptocurrency. Discover the engineering ideas behind Bitcoin and Ethereum!
Last updated 10/2025
English
English [Auto],Italian [Auto],

What you'll learn

  • Discuss the implementation of Blockchain and cryptocurrencies.
  • Understand main blockchain concepts like Proof-of-Work, mining, peer-to-peer connections, etc.
  • Build their own blockchain and cryptocurrency.
  • Create a NodeJS application with real-time websocket connections.
  • Build an API with NodeJS and Express.

Course content

12 sections122 lectures13h 59m total length
  • Course Overview and Roadmap3:22

    Explore blockchain concepts by building a complete blockchain and cryptocurrency from scratch, including core code, an API, a peer-to-peer server, proof of work, and transactions, with tests.

  • Note on the Introductory Videos0:27
  • What is the Blockchain and Why Use it?7:11

    Explore how blockchain forms a distributed, decentralized ledger publicly shared across nodes, linking blocks with hashes and enabling trustless, secure peer-to-peer exchanges.

  • The Blockchain in Practice: Cryptocurrencies and Cryptography4:38

    Explore how blockchain enables cryptocurrencies through cryptography, digital signatures, and wallet-based key pairs, ensuring data integrity and secure transactions, including mining concepts.

  • The Blockchain in Practice: Mining and Bitcoin5:48

    Miners solve the proof-of-work puzzle to confirm unconfirmed transactions, add blocks to the chain, and earn rewards that regulate block creation. Bitcoin and other cryptocurrencies are discussed.

  • Roadmap to Building the Blockchain: Guided by the Bitcoin White Paper5:56

    Explore how the bitcoin white paper guides building a blockchain and cryptocurrency, covering private-key signatures, timestamped blocks, sha-256 proof-of-work, a miner network with incentives, and multi-input/output transactions.

Requirements

  • Familiarity with using a code editor and the command line.
  • Some JavaScript experience will help, but every line is explained. This is not a course on advanced JS, but uses JS to build the concepts. By focusing on the concepts, the JS will become clear.
  • Some programming experience will definitely help. If you've never coded before, then this course will probably move too quickly.

Description

Announcement! There is a full-stack remastered version of this course! This course builds the backend. But if you're interested in building a frontend and deploying the project, check out the remastered version!


Search for "Build a Blockchain & Cryptocurrency | Full-Stack Edition" under my list of courses!


***

This course will get you to build a blockchain and cryptocurrency from scratch.

The blockchain is a revolutionary technology that allows for the secure, distributed, decentralized storage of information. Over the past few years, the blockchain has taken the engineering landscape by storm. Many people in the industry predict that the blockchain will disrupt the ways we interact with technology on the same way the Internet did in the early 2000s.

The blockchain is the main technology behind Bitcoin, Ethereum, and the other prominent cryptocurrencies that we read about in the news today. By leveraging the blockchain, cryptocurrencies create a system of “trustless”ness. This cuts the need for middle men like banks and traders in economic systems.

Do you want to enter this young market, and become a highly sought-after blockchain engineer? The industry is starving for people who understand, and even better, can build blockchains. The supply is low, but the demand is high. So having a blockchain project under your belt will open doors and jobs for you.

For engineers, coders, and software developers, the best way to truly understand the revolutionary technologies of blockchain and cryptocurrencies, is to build a blockchain and cryptocurrency yourself. Therefore, this course will take you through implementing a blockchain and cryptocurrency - discovering the underlying techniques and concepts.

The course is designed into sections that introduce the main concepts of the blockchain one-by-one. By the end of the course, you will have a respectable blockchain project in your repertoire.

Some of the main course highlights:

  • Build a Blockchain in the object-oriented programming style

  • Generate hashes for blocks in the chain

  • Unit Test Components of the Blockchain

  • Create an API around the Blockchain

  • Create a real-time connected peer-to-peer server

  • Implement a proof-of-work algorithm

  • Sign Transactions with cryptography and digital signature

  • Create a Transaction Pool for a real-time list of incoming data

  • Include transactions in core blocks of the chain

We’ll use NodeJS to implement this project. Don’t worry if you’re not familiar with JavaScript. This course explains the purpose behind every line and keyword. So, while JS experience will help, it’s not an absolute requirement.

Written summaries supplement each tutorial. That way, you can move along at your own pace, either watching the more thorough filmed tutorial, or reading the summary.

Ultimately, knowledge of the Blockchain will set you up for success in the future, as an engineer in a blockchain-dominated world. So what are you waiting for? Let’s get started building a blockchain!

Who this course is for:

  • The Blockchain engineers of the future.
  • Anyone wanting to understand how cryptocurrencies are built.
  • Cryptocurrency holders, so that way they can understand the underlying system.
  • Anyone who wants to build a huge project in NodeJS, and it to their repertoire.