Skip to content

CelalKincross/decentralized-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbank--Decent Bank

This Decentralized Bank project is part of Angela Yu's Web Dev course.

Live demo to be posted later with additional functionality

Table of Contents

General Information

  • The purpose of this app is to learn how to create an app on the Internet Computer using Motoko as a backend

Technologies Used

  • Tech 1 - Motoko
  • Tech 2 - Vanilla JS
  • Tech 3 - CSS/HTML

Features

List the ready features here:

  • Deposit/ Withdrawal functionality
  • Orthogonal Persistance
  • Compounds interest every minute so user can see a change

Screenshots

Example screenshot

Setup

To install dfx, run:

sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"

To verify that dfx properly installed, run:

dfx --version

Usage

  1. 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.

  1. Install dependencies:

npm install

  1. Deploy the Decent Bank app.

dfx deploy

  1. Start the development server.

npm start

Project Status

Project is: in progress

Room for Improvement

  • modal confirmation when transaction button is pressed
  • make the app in to a 100% React app

To do:

  • css for modal
  • html for modal

Acknowledgements

This course is part of Angela Yu's bootcamp.

Contact

Created by @celalkincross - feel free to contact me!

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published