That's a smart contract PoC on hardhat.
cd contract
npx hardhat node
- Open MetaMask
- Click on the network dropdown
- URL:
http://localhost:8545
- Chain ID:
31337
- Currency Symbol:
ETH
- URL:
- Click on the account icon
- Click on
Import Account
- Paste the private key from the terminal where you started the node
cd contract
npx hardhat ignition deploy --reset ./ignition/modules/deploy.ts --network localhost
Either start the frontend locally:
cd gui
npm run dev
or go Live App.
Connect your wallet and paste the ID of your smart contract in the field at the bottom.