Accuwork uses blockchain technology to securely store employment verification history and export it to third party organization.
Client: React, TailwindCSS
Server: Solidity, Express
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_COMPANY_WALLET_ADDRESS=""
REACT_APP_CONTRACT_ADDRESS=""
REACT_APP_ETH_PROVIDER=""
Install dependencies
cd estate_chain_backend && npm install
cd estate_chain_frontend && npm installDeploying the contract and start the server
cd estate_chain_backend
npx hardhat node
npm run deploy:dev
Start the frontend
cd estate_chain_frontend
npm startReal Estate website with blockchain
