Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 387 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 387 Bytes

RarePizzas

For Laszlo!

Instructions

  • Clone Repository
git clone https://github.com/snackman/RarePizzas.git
  • Install Hardhat
npm install --save-dev hardhat
  • compile contracts
npx hardhat compile
  • run local node
npx hardhat node
  • deploy contracts (in a different terminal)
npx hardhat run --network localhost scripts/deploy.js