You can find contract detail under contracts/
directory:
Client: NextJs, TailwindCSS, Hardhat, MetaMask
Server: NodeJs, Mysql
Blockchain: Etherscan
Install front-end:
npm install
npx hardhat compile
npx hardhat run --network testnet scripts/deploy.js
npm run dev
Install back-end:
npm install
npm start
For support, email [email protected].