Skip to content

Transfer token DApp with latch to protect transfer of tokens

Notifications You must be signed in to change notification settings

luciamunozdev/TransferToken-DApp-Latch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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