Steps to run it:
- Clone the repository (git clone <repo_name>)
- Deploy local hardhat network (npx hardhat node) if u want to run it locally
- Deploy the smart contract to your local network (npx hardhat ignition deploy ignition/modules/BuyMeACoffee.ts --network localhost) or any network of your choice
- Deploy the website (npm run dev)
Make sure to change the cotract ABI and Address inside the frontend/contract directory
Try running some of the following tasks:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/TestNFT.ts