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.
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.
- Motoko (for backend logic)
- HTML, CSS, JavaScript (for frontend)
- DFX SDK (to build, deploy, and manage canisters)
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