Course Information
Course Overview
Updated for 2024: Create your own Ethereum system, with smart contracts, a blockchain, cryptocurrency, and more!
The most requested topic for a course I've had so far is to "build a smart contract blockchain and cryptocurrency." And for plenty of reasons:
Smart contracts are the main feature behind Ethereum, which is the second most valuable cryptocurrency.
Learning smart contracts is a natural next step after learning about blockchains. A blockchain is a decentralized ledger. A smart contract blockchain is a decentralized computer.
A smart contract blockchain can support decentralized applications. This opens the door to a wide variety of solutions.
Based on these points and more it would definitely be a valuable learning experience to try building a smart contract blockchain and cryptocurrency like Ethereum.
So it can be quite surprising to discover that existing tutorials are challenging to find. Sure, there's the Ethereum documentation. But this information is better understood when you're pretty knowledgeable about blockchains already. Likewise, other resources you find, like articles and videos, mostly focus on aspects of a completed Ethereum system. They don't take you through the process of completely building a smart contract blockchain and cryptocurrency.
However, it's understandable. A complete system like Ethereum is quite complex. It uses many advanced data structures and technologies. And untangling the interaction between its many components can feel like navigating through a labyrinth.
This is why I made it my mission to create a "Build Ethereum From Scratch" tutorial that focuses on the essential elements. By the end of the tutorial, you should be able to execute smart contracts in a decentralized way.
And with a few months of work, here you have the finished product! Here is the course journey:
Build a smart contract language and an interpreter to execute code
Next, create an ethereum-inspired blockchain, with its own mining implementation, and block structures
Extend the blockchain with a network implementation
Incorporate transactions and accounts. This will set up the Ethereum-like cryptocurrency, and create the concept of a decentralized computer
Come full circle by running smart contracts on the blockchain
By the end of the course, you will have built a decentralized computer platform that resembles many of the key features of Ethereum. In addition, at the end of the course, I'll provide a list that you can use for continued development. That way, the project is truly in your hands - ready to go as far as you want to take it.
Take this course if you want to learn how Ethereum works. Especially take this course if you've been hoping to build your own version of Ethereum. By the end, you'll have a unique item on your resume, or even the foundation for your next startup!
Alright, let's get started coding!
Course Content
- 9 section(s)
- 63 lecture(s)
- Section 1 Introduction to "Build Ethereum from Scratch - Smart Contracts and more"
- Section 2 Smart Contracts - Building a Language
- Section 3 The Blockchain
- Section 4 The Blockchain Network
- Section 5 Accounts and Transactions
- Section 6 World State and Running Blocks of Transactions
- Section 7 Smart Contracts in the Decentralized Computer
- Section 8 Optional Reference Section Including JavaScript Overview
- Section 9 Conclusion
What You’ll Learn
- Updated for 2024: Learn how to build an Ethereum-like decentralized computing platform from an engineer with 5+ years of industry experience., How to build Ethereum from scratch., The essential elements of the Ethereum decentralized computing platform., The mechanics behind Ethereum's cryptocurrency., How to create a blockchain, Ethereum style.
Skills covered in this course
Reviews
-
AAnthony Mpho Matlala
This course fantastic! It's the best practical tutorial on building a blockchain.
-
YYuri Felicio
Excellent course. Well structured and easy to follow. Everything we do is explained very well.
-
RRoot Bang
Very polished course, what a teacher at the top of his teaching game, the way he dictates the code allows me to type as a just listen to his word, it makes for a smooth experience. A lot of work and effort must have been put into preparing course. I put amazing because even though it's complex project I had still had fun, and all the credit for this goes to the teacher.
-
KKaran Singh Gill
pretty informative but i would have preferred more details on how to progress further in the project with a follow up course