Build a Blockchain from Zero: Bitcoin and Ethereum clone.
- Descrição
- Currículo
- FAQ
- Revisões
Welcome to our course on building a peer-to-peer network based on blockchain technology!
Do you have an interest in understanding the mechanics behind Bitcoin or Ethereum?
In this course, we will start by exploring the theory behind how blockchain works. You will learn about the key principles that underlie this innovative technology, including decentralization, consensus, and security. We will also delve into the technical details of how blocks are created and added to a blockchain, and how transactions are validated and processed.
Next, you will have the opportunity to put your knowledge into practice by building a blockchain from scratch in Javascript. This hands-on activity will give you a deep understanding of how a blockchain functions at a technical level.
Following this, you will learn about peer-to-peer networks and how they are used to facilitate communication and data transfer in decentralized systems. You will also have the chance to build a simple peer-to-peer network as a way of reinforcing your understanding of this important concept.
Then, you will learn how to implement a blockchain application on a peer-to-peer network, where multiple nodes are connected and can perform transactions with one another. This will give you the opportunity to apply your knowledge of blockchain technology and peer-to-peer networks to a real-world scenario.
Our ultimate goal is to make our blockchain support smart contracts. This means that nodes in the network will be able to deploy and execute smart contracts. These contracts will be written in a unique programming language, similar to how Ethereum uses Solidity, and we will have a customized runtime engine for executing these contracts, akin to Ethereum’s Ethereum Virtual Machine (EVM).
Outline of the course content:
-
Introduction to blockchain theory, covering decentralization, consensus, and security.
-
Technical details on how blocks are created and added to a blockchain, and how transactions are validated and processed.
-
Hands-on activity building a blockchain from scratch in JavaScript.
-
Understanding of peer-to-peer networks and how they are used to facilitate communication and data transfer in decentralized systems.
-
Building a simple peer-to-peer network.
-
Implementing a blockchain application on a peer-to-peer network, with multiple nodes connected and able to perform transactions with one another.
-
Introduction to smart contracts, with the goal of making our blockchain support them.
-
Developing smart contracts using a unique programming language.
-
Customized runtime engine for executing smart contracts, similar to Ethereum’s Ethereum Virtual Machine (EVM).
Overall, this course will provide you with a solid foundation in blockchain technology and give you the skills and knowledge you need to build and implement your own blockchain applications.
-
1Bitcoin Explained in 10 MinutesVídeo Aula
-
2Double Spending IssueVídeo Aula
-
3Bitcoin - Brief HistoryVídeo Aula
-
4Public Key CryptographyVídeo Aula
-
5Blockchain - HashingVídeo Aula
-
6Bitcoin - What is a BlockVídeo Aula
-
7Bitcoin - Proof of Work (High Overview)Vídeo Aula
-
8Centralized vs Decentralized SystemsVídeo Aula
-
9Bitcoin - Mining ProcessVídeo Aula
-
10Bitcoin - Chaining BlocksVídeo Aula
-
11Proof of Work (Nonce Value)Vídeo Aula
-
12Resolving ConflictsVídeo Aula
-
13Transaction Pool (Mempool)Vídeo Aula
-
14Bitcoin Mining (Candidate Block)Vídeo Aula
-
15Bitcoin Mining Process (From Start to Finish)Vídeo Aula
-
16Blockchain - Incentives to Miners (Block Reward + Transaction Fee)Vídeo Aula
-
17Full Nodes vs Light Nodes vs Miner NodesVídeo Aula
-
18How Bitcoin Wallets WorkVídeo Aula
-
19Hot vs Cold WalletVídeo Aula
-
20Quiz !Questionário
-
54Code RefactoringVídeo Aula
-
55Block Header ImplementationVídeo Aula
-
56DebuggingVídeo Aula
-
57Recording Each TransactionVídeo Aula
-
58Light Node Storing Block HeadersVídeo Aula
-
59DebuggingVídeo Aula
-
60Simplified Payment Verification (SPV)Vídeo Aula
-
61SPV - Implementation Part IVídeo Aula
-
62SPV - Implementation Part IIVídeo Aula
-
63DebuggingVídeo Aula