From e2a0be7233b8dd72f230de9087199d8ad9fa0c63 Mon Sep 17 00:00:00 2001 From: Lukman-01 Date: Sun, 2 Feb 2025 08:52:29 +0100 Subject: [PATCH] little patch --- README.md | 16 +++------------- .../DeFiFundamentals/RiskAndSecurity.tsx | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 72cd2c7..9aed975 100644 --- a/README.md +++ b/README.md @@ -28,30 +28,20 @@ Whether you're new to DeFi or an experienced user looking to deepen your underst - **Multiple-choice quizzes** designed to test and reinforce knowledge. - Each course includes a quiz to track progress and comprehension. -## **Tech Stack** - -| Stack | Technology | -|-------------|-------------| -| **Frontend** | Next.js, TypeScript, Tailwind CSS, Lucid react | -| **Backend** | Scaffold-ETH 2 (Ethereum Development Framework) | -| **Blockchain** | Solidity, Hardhat | -| **APIs** | Real-time DeFi news integration | - ## **Getting Started** ### ✅ **Prerequisites** Ensure you have the following installed: - **Node.js** (>= 16.x) - **Yarn** or **npm** -- **Metamask** or any compatible Web3 wallet -- **Hardhat** for smart contract development +- **Metamask** or any compatible Web3 wallet ### 🚀 **Installation & Setup** 1️⃣ **Clone the repository:** ```bash -git clone https://github.com/yourusername/defiverse.git -cd defiverse +git clone git@github.com:Lukman-01/DeFiVerse.git +cd DeFiverse ``` 2️⃣ **Install dependencies:** diff --git a/packages/nextjs/components/DeFiFundamentals/RiskAndSecurity.tsx b/packages/nextjs/components/DeFiFundamentals/RiskAndSecurity.tsx index e565ea7..94cddb2 100644 --- a/packages/nextjs/components/DeFiFundamentals/RiskAndSecurity.tsx +++ b/packages/nextjs/components/DeFiFundamentals/RiskAndSecurity.tsx @@ -43,7 +43,7 @@ const RiskAndSecurity = () => { icon: , title: "Smart Contract Vulnerabilities", description: "Smart contracts are prone to bugs and exploits if not properly audited.", - example: "The 2020 DAO exploit resulted in $60M loss due to a reentrancy vulnerability.", + example: "The 2016 DAO exploit resulted in $60M loss due to a reentrancy vulnerability.", }, oracle: { icon: ,