Clone the project and run the following in terminal to start a node
npx hardhat nodeThen, run the deploy script using:
node scripts/deploy.jsStart the node server:
node app.jsFor tests:
npx hardhat testEither use the frontend application or postman to interact with the following routes:
transfer
http://localhost:3000/token/transfer?address=[address]&amount=[amount]checkBalance
http://localhost:3000/token/balanceOf?address=[address]