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.
- 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
- Language: Solidity (
0.8.x) - Contract Name:
JobBoard.sol
Employers can pay some amount of APE to access job posting features. Subscriptions are stored and validated before allowing job posting actions.
Network: ApeChain Testnet
Tool: Hardhat
API Provider: Alchemy
git clone https://github.com/abdulhafiz999/JobsFi-contract.git
cd JobsFi-contract
npm install
npx hardhat test