This guide provides instructions to set up and deploy your Hardhat development environment and run the ChaiClient application.
Ensure you have the following installed:
To start a local Ethereum node, run:
npx hardhat node
PRIVATE_KEY=your_wallet_private_key_here
npx hardhat run scripts/deploy.js --network localhost
cd client/ChaiClient
npm run dev