Skip to content

frederic-ramet/workfi

 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • JavaScript 6.8%
  • Solidity 6.0%
  • CSS 0.2%