Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 326 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 326 Bytes

Local setup

create a file named .env.local with

ENVIRONMENT="local"
NEXT_PUBLIC_ENVIRONMENT="local"

then you need to run local hardhat node:

npx hardhat node

and deploy a smartcontract to it:

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

Page3 then should render a greet from smartcontract