Skip to content

A Personal Banking 💰 System based on Blockchain Technology ⚙️

License

Notifications You must be signed in to change notification settings

himakhaitan/EthLocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



EthLocal - Banking Solution

          

A Personal Banking Website Setup using Blockchain Technology.

DescriptionScreenshotInstallation and SetupLicenseContribution

Description

Personal day-to-day transcations are hard to manage and requires an administrative power. However with Blockchain it helps to reduce a lots of paperwork and a solid increase in transparency. The Dapp insures a transparent and efficient Transfer, Withdrwal and Deposit of funds on your finger tips.

Features

  • Transfer
  • WithDrawal
  • Deposit
  • Balance

Screenshot

Below are some of the screenshots from EthLocal

Home Page

Contact Page

About Us Page

Privacy Page

Dashboard

Installation and Setup

Prerequisites : npm, git

Clone the Repositiory

git clone https://github.com/himakhaitan/EthLocal.git && cd ./EthLocal

Install Truffle

npm i -g truffle

Compile The Contacts

truffle compile

Migrate the Contracts

truffle migrate --network=develop --reset

Run The App

cd ./client && npm start

The default port for the app is port 3000

Do check to install MetaMask Extension on your Browser.

License

This project uses an MIT license.

Contribution