Explore the web3 world further, learn about gas, mining, and how Proof of Work works, and build full dApps with custom contracts, NFTs, DAOs, and even a decentralized exchange!
Team
XP
Lessons
Intro to React and Next.js
Learn about the basics of React, NextJS, backend, routing and much more.
27 mins
+7,000 XP!
What is Gas, and why is it needed?
Learn about the gas, how is it calculated, why it exists, and how to pay the minimum gas fees.
14 mins
+4,000 XP!
What is mining, and why is it done?
Learn about mining and how to become a miner.
7 mins
How does Proof of Work work?
In this lesson we go over the Proof of Work consensus algorithm used by Bitcoin and previously also used by Ethereum to understand how it works.
13 mins
How does Proof of Stake work?
In this lesson we go over the Proof of Stake consensus algorithm used by Ethereum and many other blockchains and explore how it actually works.
Demystifying the Ethereum Virtual Machine (EVM)
Let's dig into the Ethereum Virtual Machine (EVM) and understand how it works.
Digging deeper into Solidity's syntax
A step up from An Introduction to Solidity - to learn about mappings, enums, structs, and more!
16 mins
Providers, Signers, ABIs, and Token Approval Flow
Understand the four things that keep showing up repeatedly - providers, signers, ABIs, and Token Approval Flow
9 mins
Build an NFT collection with a whitelist using Foundry and Solidity
In this lesson, we we build an NFT collection that uses a whitelist that lets your early supporters get guaranteed access to the NFT collection while everyone else must pay to mint.
11 mins
Build an NFT-powered fully on-chain DAO to invest in NFT collections as a group
In this lesson we build a fully on-chain NFT-powered DAO where members can come together to invest in other NFT collections as a collective and vote on buying/selling NFTs from their treasury.
28 mins
A deep dive into Automated Market Maker Decentralized Exchanges (Uniswap v1)
In this lesson, we take a deep dive into understanding how AMM's like Uniswap work - and really get into the mathematics of building your own DEX.
+10,000 XP!
Build your own decentralized exchange like Uniswap v1
In this lesson, we build our own decentralized exchange from scratch that works similar to Uniswap v1.