Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 426 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 426 Bytes

Run the following to start the app in local environment

  1. Install the dependencies:
# install using NPM or Yarn
npm install

# or

yarn install
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm run dev