This project is a simple auction system where candidates can be created and voted on. The smart contract is created with solidiy and run on the rinkeby testnet. It uses hardhat and ethers.js to run and connect to the Next.js application
Create app in alchemy.io and add the id to a file name .id Get secret of your account in metamask and add it to a file name .secret. Create these files in your project root
To run:
npm run dev