Dbank is a decentralized banking application (DApp) built on the Internet Computer platform. It allows users to manage their finances through a simple and secure interface. Users can perform actions such as depositing, withdrawing, and compounding their funds.
- Check Balance: Users can view their current balance.
- Top Up: Deposit funds into their account.
- Withdraw: Withdraw funds from their account.
- Compound Interest: Automatically add interest to their account balance.
- Frontend: HTML, CSS, JavaScript, Vite
- Backend: Motoko (Internet Computer)
- Development Tools: DFX, npm
- Clone the repository:
git clone https://github.com/softenrj/Dbank--Dapp-.git
- Navigate to the project directory:
cd dbank - Install dependencies::
npm i
- Start the local DFX server:
dfx start
- Build and deploy the canisters:
dfx deploy
-
npm start
- Open your browser and navigate to the provided URL (usually http://localhost:3000).
- Open the application in your browser.
- Use the provided interface to check your balance, top up, withdraw, or compound your funds.
Contributions are welcome! If you'd like to contribute to Dbank, please fork the repository and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.