DeFi-Dojo is an interactive DeFi learning platform designed to educate users about decentralized finance through engaging games and simulations. Users can explore various DeFi concepts, including swapping, staking, yield generation, flash loan simulations, and DAO governance, in a fun and practical way.
- Swapping: Simulate token swaps to understand decentralized exchanges (DEXs).
- Staking & Yield Generation: Learn how to earn passive income through staking.
- Flash Loan Simulation: Explore the mechanics of flash loans without financial risk.
- DAO Governance: Participate in governance decisions via simulated DAOs.
- Interactive Challenges: Test knowledge with interactive problem-solving tasks.
- Frontend: Next.js, TailwindCSS,OnchainKit
- Blockchain: Solidity, Remix, openZeppelin, Coinbase,Base, TheGraph.
- Smart Contracts: ERC-20, ERC-721
- Agents: AgentKit,Autonome.
- Clone the repository:
git clone https://github.com/yourusername/defi-dojo.git cd frontend
- Install dependencies:
npm install
- Start the development server:
npm run dev