Skip to content

KavyashreeSN/Dbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dbank

This is a small project I built while learning how to develop Web3 applications on the Internet Computer using Motoko. Dbank is a basic decentralized banking app that allows users to deposit and withdraw digital currency in a simulated environment.

About the Project

The goal of this project was to understand how canisters work, how to write simple backend logic in Motoko, and how to connect it with a frontend using JavaScript. It runs locally on the Internet Computer’s replica.

Tech Stack

  • Motoko (for backend logic)
  • HTML, CSS, JavaScript (for frontend)
  • DFX SDK (to build, deploy, and manage canisters)

How to Run

Make sure you have DFX installed.

# Start local replica
dfx start --background

# Deploy the canisters
dfx deploy

# Open the app in your browser
http://localhost:8000/?canisterId=your_canister_id

About

A basic decentralized banking app built using DFINITY's Internet Computer and Motoko. Users can deposit and withdraw funds, and the balance is stored securely on the blockchain. This project helped me understand how Web3 apps work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors