- 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
To start working on the project right away, clone this repo and try the following commands:
cd dbank/
dfx help
dfx config --help
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.