Skip to content

Commit

Permalink
Merge pull request #3 from Lukman-01/mobileResponsiveness
Browse files Browse the repository at this point in the history
little patch
  • Loading branch information
Lukman-01 authored Feb 2, 2025
2 parents f4bf41b + e2a0be7 commit 33cd3eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const RiskAndSecurity = () => {
icon: <Bug className="h-6 w-6 text-red-500" />,
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: <Database className="h-6 w-6 text-orange-500" />,
Expand Down

0 comments on commit 33cd3eb

Please sign in to comment.