this is a dapp template using:
-
cd to the backend folder and install the dependencies:
npm i -
edit the
backend/hardhat.config.jsand replace the api key and private key -
cd to the frontend folder and install the dependencies:
npm i -
edit the
frontend/src/App.jsfile and update theCONTRACT_ADDRvariable with your deployed contract addr -
finally run the app inside the
frontendfolder:npm start