Skip to Content
๐Ÿ—“๏ธ Suggested Schedule

๐Ÿ—“๏ธ Suggested Schedule

A recommended path through the docs: start with foundations, then pick a chain (EVM or Solana), build with generic tools, and optionally dive into hackathons and production topics.


๐Ÿ“ Phase 1: Foundations

OrderTopicLinkNotes
1Getting StartedGetting StartedWeb2 vs Web3, why you need a wallet
2MetaMask & Wallet FundamentalsWeekly: MetaMask & Wallet FundamentalsKeys, gas, seed phrases, DeFi basics
3MetaMask (reference)MetaMaskSetup, networks, security, dApp connection

๐Ÿ“ Phase 2: Basics (Before Code)

OrderTopicLinkNotes
1GitGitVersion control and collaboration
2Environment VariablesEnvironment VariablesSecrets, .env, security, what to do if leaked

๐Ÿ“ Phase 3: Web3 โ€” Pick a Chain

Choose EVM or Solana (or both) and follow the links for that chain.

Option A: EVM (Ethereum, Polygon, Arbitrum, Base, etc.)

OrderTopicLink
1EVM OverviewEVM
2HardhatHardhat
3ERC20 & ERC721ERC20, ERC721
4DApp (EVM)Scaffold-ETH 2, Wagmi & RainbowKit
5Proxies & SecurityProxy Contracts, Smart Contract Security

Workshop: Hardhat & Web3 Dev Setup โ€” Full setup, deploy to Sepolia.

Option B: Solana

OrderTopicLink
1Solana OverviewSolana
2Accounts & ProgramsAccounts, Programs
3NFTs (Metaplex)Metaplex

๐Ÿ“ Phase 4: Cross-Chain & Generic Web3

Use these regardless of chain:

TopicLinkNotes
DApp (generic)DAppOverview and links by chain
IPFSIPFSDecentralized storage, NFT metadata
OraclesOraclesPrice feeds and off-chain data
Multi-Signature WalletsMulti-Signature WalletsShared control of funds
Proxy ContractsProxy ContractsUpgradeable contracts (concept)
Smart Contract SecuritySmart Contract SecurityPrinciples and EVM deep dive
FaucetsFaucetsTestnet tokens for development

๐Ÿ“ Phase 5: Hackathons (Optional)

When youโ€™re ready to ship something in a weekend:

TopicLink
Hackathon PreparationHackathon Preparation Guide
Winning IdeaWinning Idea?
SupabaseSupabase
DockerDocker
Basic ServerBasic Server Setup

๐Ÿ“ Phase 6: Production

Before or after going to mainnet:

TopicLink
CI/CDCI/CD
Domain ManagementDomain Management

๐Ÿ“ Weekly Presentations (Live Material)

Slides and walkthroughs that match the schedule:

SessionTopicLink
1MetaMask & Wallet FundamentalsSubpage 1
2Hackathon Preparation GuideSubpage 2
3Hardhat & Web3 Dev SetupSubpage 3

๐Ÿ” Quick Reference: All Sections

SectionWhatโ€™s inside
Getting StartedWeb2 vs Web3, wallets
BasicsGit, environment variables
Web3EVM, Solana, DApp, MetaMask, IPFS, oracles, multisig, proxies, security, faucets
HackathonWinning idea, Supabase, Docker, basic server
Production SoftwareCI/CD, domain management
Weekly PresentationsMetaMask, hackathon prep, Hardhat setup

You can follow the phases in order or jump to a section you need. The schedule is a suggestion, not a strict sequence.

Last updated on