Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 426 Bytes

File metadata and controls

28 lines (19 loc) · 426 Bytes

Coffee Vending Machine

Buy Coffee Tokens in exchange for ETH, purchase coffee with tokens or transfer tokens to others

Setting up the project

npm install

Steps to deploy to localhost

npx hardhat node
npx hardhat run scripts/deploy.js --network localhost

Steps to deploy to a live network

npx hardhat run scripts/deploy.js --network sepolia

Steps to test

npx hardhat test