Skip to content

apoorvatiwaree/DBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dbank

Decentralised Banking Made Easy

UI :

ss1

Features :

  • Frontend : Three.js (Spline), HTML, CSS, JS
  • Backend : Motoko
  • Built on the Internet Computer Blockchain
  • Functionalities :
    • Addition and Withdrawal of amount
    • Check Balance
  • Animated Background - Hover mouse around and over the icons

Deployment

To start working on the project right away, clone this repo and try the following commands:

cd dbank/
dfx help
dfx config --help

Running the project locally

To test project locally, use the following commands:

# Starts the replica, running in the background
dfx start --background

# Deploys your canisters to the replica and generates your candid interface
dfx deploy

Once the job completes, the application will be available at http://localhost:8000?canisterId={asset_canister_id}.

Additionally, to make frontend changes, start a development server with

npm start

Which will start a server at http://localhost:8080, proxying API requests to the replica at port 8000.

Video Demo :

demo.mp4