Skip to content

abdulhafiz999/JobsFi-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ› ๏ธ JobsFi Smart Contract

JobsFi is a decentralized job board platform built on the ApeChain testnet. It enables employers to post jobs and applicants to apply โ€” all with Web3 transparency and accountability. The smart contract handles job postings, applications, and employer subscription logic.

โš™๏ธ Features

  • Post and close jobs (employers)
  • Apply to jobs with resume & cover letter (job seekers)
  • Employer subscription model using APE token (basic tier: 0.2 APE)
  • Stores applications per job with mapping

๐Ÿ“„ Smart Contract

  • Language: Solidity (0.8.x)
  • Contract Name: JobBoard.sol

๐Ÿ” Subscription Logic

Employers can pay some amount of APE to access job posting features. Subscriptions are stored and validated before allowing job posting actions.

๐Ÿš€ Deployment

Network: ApeChain Testnet
Tool: Hardhat
API Provider: Alchemy

๐Ÿงช Run Locally

git clone https://github.com/abdulhafiz999/JobsFi-contract.git
cd JobsFi-contract
npm install
npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published