Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 574 Bytes

TRANSFER TOKEN DAPP WITH LATCH

To run the backend, run the commands below.

npm install
npm start

To run the frontend, run the commands below. (Different terminal)

npm install
npm start

To update the smart contract address, you have to deploy it again using the script

npx hardhat run --network mumbai scripts/deploy.js
or 
npx hardhat run --network goerli scripts/deploy.js

Result

Screenshot 2023-02-24 at 12 24 33