Skip to content

Latest commit

 

History

History
129 lines (105 loc) · 3.55 KB

File metadata and controls

129 lines (105 loc) · 3.55 KB


Edusphere

Decentralized Education Platform

Table of Contents
``` ## 📝 Description **Edusphere** is a decentralized education platform leveraging blockchain technology to provide secure, transparent learning experiences. It features immutable course storage, smart contract certifications, and peer-to-peer learning interactions.

🔗 Links

🤖 Tech-Stack

Front-end

React Tailwind CSS JavaScript

Back-end

Node.js Express.js

Blockchain

Solidity IPFS

Database

MongoDB

📈 Progress

Implemented Features

  • Decentralized course content storage using IPFS
  • Smart contract-based certification system
  • Basic peer-to-peer learning interface
  • User authentication system

Partial Implementations

  • Token reward system (50% complete)
  • DAO governance module (30% complete)
  • Advanced content search (40% complete)

🔮 Future Scope

  • Implement decentralized identity verification
  • Expand NFT-based credential system
  • Add live collaboration tools
  • Integrate multi-chain support

💸 Applications

  • Secure academic record storage
  • Tamper-proof certification verification
  • Global peer-to-peer learning networks
  • Decentralized course marketplace

🛠 Project Setup

  1. Clone the repository:
git clone https://github.com/KavyaShah1105/Inheritance_Edusphere.git
cd Inheritance_Edusphere
  1. Frontend setup:
cd frontend
npm install
npm start
  1. Backend setup:
cd backend
npm install
npm run dev
  1. Blockchain setup:
cd hardhat
npm install
npx hardhat node

👨‍💻 Team Members

👨‍🏫 Mentors

  • Aditya Padte - Blockchain Architecture
  • Vedant Kale - System Design

📱 Screenshots

Course Dashboard Certification Interface Profile Page