Skip to content

SomyaRanjanSahu/DBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Visual Studio Code Ubuntu Git GitHub


Logo

DBank

A decentralized bank that accepts deposits and withdrawals.
View Live

Table of Contents
  1. About The Project
  2. Built With
  3. Screenshots
  4. Getting Started

About The Project

This decentralized bank was developed using the ICP (Internet Computer Protocol) and the Motoko programming language. It introduces a decentralized bank that enables users to make deposits and withdrawals while maintaining a secure, transparent ledger of transactions. The system automatically updates users' account balances and displays them. Additionally, money in this decentralized bank is compounded with an interest rate of 1%.

Built With

The following technologies and libraries are used for the development of this website

Screenshots



Getting Started

If you want to test your project locally, you can 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, your application will be available at http://localhost:4943?canisterId={asset_canister_id}.

If you have made changes to your backend canister, you can generate a new candid interface with

npm run generate

at any time. This is recommended before starting the frontend development server, and will be run automatically any time you run dfx deploy.

If you are making frontend changes, you can start a development server with

npm start

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

About

A decentralized bank that accepts deposits and withdrawals.

Topics

Resources

Stars

Watchers

Forks

Contributors