Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 472 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 472 Bytes

DBank which is an app for carrying out transactions of custom currency called DANG, it also compounds amount of a particular user on a predefined interest rate with options to deposit and withdraw amount specified.

image

Run Completed Code

  1. Make sure dfx is running
dfx start --clean
  1. Deploy the project
dfx deploy
  1. Start NPM
npm start