{"id":26232622,"url":"https://github.com/rithvik1709/web3-job-portal","last_synced_at":"2026-04-25T06:36:28.599Z","repository":{"id":280291439,"uuid":"941527326","full_name":"Rithvik1709/Web3-job-portal","owner":"Rithvik1709","description":"A simple web3 job portal with DAO ","archived":false,"fork":false,"pushed_at":"2025-03-02T15:18:03.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T15:25:22.381Z","etag":null,"topics":["blockchain-technology","blockchainprojects","web3","web3js"],"latest_commit_sha":null,"homepage":"https://web3-job-portal.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rithvik1709.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-02T14:05:51.000Z","updated_at":"2025-03-02T15:18:06.000Z","dependencies_parsed_at":"2025-03-02T15:25:47.249Z","dependency_job_id":"e9683629-3923-439c-9208-0f52c042823b","html_url":"https://github.com/Rithvik1709/Web3-job-portal","commit_stats":null,"previous_names":["rithvik1709/web3-job-portal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithvik1709%2FWeb3-job-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithvik1709%2FWeb3-job-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithvik1709%2FWeb3-job-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rithvik1709%2FWeb3-job-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rithvik1709","download_url":"https://codeload.github.com/Rithvik1709/Web3-job-portal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318777,"owners_count":20272136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain-technology","blockchainprojects","web3","web3js"],"created_at":"2025-03-13T00:37:41.644Z","updated_at":"2025-12-28T07:59:43.690Z","avatar_url":"https://github.com/Rithvik1709.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3 Job Portal with DAO Governance \u0026 AI Job Recommendations\n\n## Overview\nThis project is a **decentralized job portal** where employers can post jobs, freelancers can apply, and payments are handled through **smart contracts**. It includes:\n\n✅ **Job Listings on Blockchain** (Ethereum, Solidity)  \n✅ **Escrow Smart Contracts for Payments**  \n✅ **DAO-based Hiring \u0026 Dispute Resolution**  \n✅ **AI-Powered Job Recommendations**  \n✅ **Fully Decentralized \u0026 Web3-Enabled**  \n\n---\n\n## 🏗 Tech Stack\n### **Backend (Smart Contracts)**\n- Solidity (Ethereum Smart Contracts)\n- Hardhat (Deployment \u0026 Testing)\n- IPFS (Decentralized Storage)\n\n### **Frontend**\n- Next.js (React Framework)\n- Ethers.js (Blockchain Interaction)\n- Web3.js (Ethereum Provider)\n\n### **AI API**\n- FastAPI (Python Backend)\n- Hugging Face Transformers (AI Job Matching)\n- Uvicorn (FastAPI Server)\n\n---\n\n## 📂 Project Structure\n```\nWeb3-Job-Portal/\n│── backend/                 # Smart Contracts\n│   ├── contracts/\n│   │   ├── JobPortal.sol    # Job Management\n│   │   ├── Escrow.sol       # Payment Handling\n│   │   ├── DAO.sol          # Governance\n│   ├── scripts/\n│   │   ├── deploy.js        # Deployment Script\n│   ├── hardhat.config.js    # Hardhat Config\n│── frontend/\n│   ├── components/\n│   │   ├── PostJob.js       # Job Posting UI\n│   │   ├── JobList.js       # Job Listings UI\n│   │   ├── DAO.js           # DAO Governance UI\n│   │   ├── AIRecommendations.js # AI Job Matching\n│   ├── utils/\n│   │   ├── web3.js          # Web3 Interaction\n│   ├── pages/\n│   │   ├── index.js         # Main Page\n│── ai-api/\n│   ├── recommendation_api.py # AI API for Job Matching\n│── README.md                # Documentation\n```\n\n---\n\n## 🚀 Deployment Guide\n\n### 1️⃣ Install Dependencies\n```sh\nnpm install --save-dev hardhat ethers dotenv\n```\n\n### 2️⃣ Compile and Deploy Smart Contracts\n```sh\nnpx hardhat compile\nnpx hardhat run scripts/deploy.js --network mumbai\n```\n_Replace `mumbai` with your network (e.g., localhost, goerli)._  \n\n### 3️⃣ Start AI Job Recommendation API\n```sh\ncd ai-api\npip install fastapi uvicorn transformers torch\nuvicorn recommendation_api:app --reload\n```\n\n### 4️⃣ Start Frontend (Next.js)\n```sh\ncd frontend\nnpm install\nnpm run dev\n```\n\n---\n\n## 🎯 Features \u0026 How It Works\n### **1️⃣ Job Posting \u0026 Applications**\n- Employers post jobs using **PostJob.js** UI.\n- Jobs are stored **on-chain** using `JobPortal.sol`.\n\n### **2️⃣ Escrow Smart Contract for Payments**\n- Employers deposit salary into **Escrow.sol**.\n- Payment is **automatically released** after job completion.\n\n### **3️⃣ DAO-Based Governance**\n- Community **votes on disputes** using `DAO.sol`.\n- Uses **Snapshot.js for governance voting**.\n\n### **4️⃣ AI-Powered Job Recommendations**\n- Uses **Hugging Face NLP models** to match jobs with freelancer skills.\n- API hosted using **FastAPI + Uvicorn**.\n\n---\n\n## 🔗 Future Enhancements\n✅ **Metamask Authentication**  \n✅ **Token-Based Rewards**  \n✅ **Skill-Based Smart Matching**  \n✅ **On-Chain Freelancer Ratings**  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frithvik1709%2Fweb3-job-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frithvik1709%2Fweb3-job-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frithvik1709%2Fweb3-job-portal/lists"}