You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solidity by Nomic Foundation (syntax highlighting, compilation)
Hardhat for Visual Studio Code
GitLens
Prettier (with Solidity plugin)
Curriculum Map
Week 1 — Blockchain Foundations
├── Day 1: How Blockchains Work (Deep)
├── Day 2: Transactions, Gas, Mempool
├── Day 3: Consensus (PoW vs PoS)
├── Day 4: Solidity In-Depth
├── Day 5: Hardhat + First Deployment
├── Day 6: ERC-20 Token Standard
└── Day 7: Mini Project — Launch Your Own Token
Week 2 — DeFi & AMMs
├── Day 1: ERC-721 & ERC-1155 Standards
├── Day 2: Liquidity Pools & AMM Theory
├── Day 3: Uniswap Deep Dive (x·y=k)
├── Day 4: DeFi Protocols (DEX, Lending, Staking)
├── Day 5: Frontend — Ethers.js & Wagmi
├── Day 6: Full DeFi Frontend Integration
└── Day 7: Mini Project — Simple AMM Contract
Week 3 — NFTs & Marketplaces
├── Day 1: NFT Architecture & Metadata
├── Day 2: IPFS & Decentralized Storage
├── Day 3: NFT Marketplace Architecture
├── Day 4: OpenSea Model Deep Dive
├── Day 5: Royalties & ERC-2981
├── Day 6: NFT Frontend (Mint + Gallery + Buy)
└── Day 7: Mini Project — NFT Marketplace
Week 4 — Advanced Topics & Capstone
├── Day 1: Layer 2 (Optimism, Arbitrum, ZK-Rollups)
├── Day 2: Smart Contract Security
├── Day 3: MEV & Flash Loans
├── Day 4: Oracles & Chainlink
├── Day 5: Capstone Architecture Design
├── Day 6: Capstone Implementation
└── Day 7: Capstone — Final Deploy & Review