This Decentralized Bank project is part of Angela Yu's Web Dev course.
Live demo to be posted later with additional functionality
- General Info
- Technologies Used
- Features
- Screenshots
- Setup
- Usage
- Project Status
- Room for Improvement
- Acknowledgements
- Contact
- Motoko/IC Resourses
- The purpose of this app is to learn how to create an app on the Internet Computer using Motoko as a backend
- Tech 1 - Motoko
- Tech 2 - Vanilla JS
- Tech 3 - CSS/HTML
List the ready features here:
- Deposit/ Withdrawal functionality
- Orthogonal Persistance
- Compounds interest every minute so user can see a change
To install dfx, run:
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
To verify that dfx properly installed, run:
dfx --version
- Start excution environment (run in background or open a new terminal after you execute this command).
dfx start
If you open a new terminal, leave the other terminal the excution environment (dfx start) running.
- Install dependencies:
npm install
- Deploy the Decent Bank app.
dfx deploy
- Start the development server.
npm start
Project is: in progress
- modal confirmation when transaction button is pressed
- make the app in to a 100% React app
To do:
- css for modal
- html for modal
This course is part of Angela Yu's bootcamp.
Created by @celalkincross - feel free to contact me!