Skip to content

harmony-one/defi_tutorial

 
 

Repository files navigation

This is the tutorial from DApp Univeristy which is configured to work on harmony blockchain.

Steps

  • npm install
  • truffle compile
  • add your private keys to .env file (the deployment requires two private keys)
  • truffle migrate --reset --network testnet
  • npm start which should popup http://localhost:3000/ page
  • make sure to connect metamask to harmony testnet, as the dbank contracts are deployed on harmony testnet

dbank

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.8%
  • Solidity 22.1%
  • HTML 6.0%
  • CSS 0.1%