Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 555 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 555 Bytes

Smart Contract Client

Available Scripts

yarn start

Runs the frontend app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npx hardhat node

Runs the local ethereum environment

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

Deploy the smart contract

Other scripts

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat help