A Personal Banking Website Setup using Blockchain Technology.
Description • Screenshot • Installation and Setup • License • Contribution
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.
- Transfer
- WithDrawal
- Deposit
- Balance
Below are some of the screenshots from EthLocal
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.
This project uses an MIT license.