Description
Build a decentralized Learning Management System (LMS) that uses w3-kit's open-source recipes and guides as its curriculum. All content remains free and open on GitHub — the platform adds interactivity, progress tracking, and community.
Vision
- Free tier: Everything in the GitHub repo, as-is. No paywall on knowledge.
- Platform tier: Interactive exercises, progress tracking, on-chain certificates, community features. This is where the value-add lives.
- Decentralized: Platform itself uses web3 — on-chain certificates, potentially token-gated advanced features, DAO governance for curriculum decisions.
Inspiration
Analyzed ~48 hours of Solidity course content (Cyfrin Updraft 2024 + FreeCodeCamp 32-hour course). Both are excellent but video-centric and Solidity-focused. w3-kit's LMS would be:
- Code-first — run, modify, and experiment with real recipes
- Multi-chain — EVM + Solana from day one
- Application-focused — how to BUILD with web3, not just write contracts
- Always current — community-maintained, not tied to recording dates
Curriculum Structure (basic → expert)
Beginner
- What is blockchain, wallets, transactions
- First on-chain read (balance, token info)
- First transaction (send ETH/SOL)
- Understanding gas and fees
Intermediate
- Deploy contracts programmatically
- Read Chainlink price feeds
- Listen for events
- Multi-chain configuration
- Wallet connection for dApps
Advanced
- DeFi interactions (swap, liquidity, staking)
- NFT minting and metadata
- L2 deployment and bridging
- Cross-chain messaging
- Gas optimization patterns
Expert
- MEV awareness and protection
- Flash loans
- Account abstraction (ERC-4337)
- Formal verification basics
- Security auditing from the app side
Platform Features
Not in scope (for now)
- Video content creation
- Mobile app
- Token/tokenomics
This is a long-term vision issue. Implementation will be broken into phases.
Description
Build a decentralized Learning Management System (LMS) that uses w3-kit's open-source recipes and guides as its curriculum. All content remains free and open on GitHub — the platform adds interactivity, progress tracking, and community.
Vision
Inspiration
Analyzed ~48 hours of Solidity course content (Cyfrin Updraft 2024 + FreeCodeCamp 32-hour course). Both are excellent but video-centric and Solidity-focused. w3-kit's LMS would be:
Curriculum Structure (basic → expert)
Beginner
Intermediate
Advanced
Expert
Platform Features
Not in scope (for now)
This is a long-term vision issue. Implementation will be broken into phases.