This project was created to apply the knowledge i gained from Solidity Smart Contract Development course on Cyfrin. HireMe is a Solidity smart contract project developed to consolidate and manage job applicant information on blockchain.
- Applicant Registration: Allows applicants to submit their details, including name, country, years of experience, wallet address, and personal information.
- Owner Access Control: Only the contract owner can retrieve applicant details, ensuring privacy and security.
- Gas Efficiency: Utilizes constants and structured data to minimize gas consumption.
The primary purpose of ApplicantHub is to serve as a practical application of Solidity concepts while providing a robust framework for managing applicant data securely on the blockchain.