Skip to content

deucaleon18/ETHEREAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A decentralized virtual banking system


About the project:

This project was built with my teammates as a part of our club ,GNU Linux Users' Group 's event Ten Days of Code where we mentored students from all over India to build projects from scratch over a period of ten days.

This DApp is supported using Solidity Smart Contracts and the frontend is built using the framework React JS, the application is deployed to the local blockchain network,Ganache. The whole project runs on an Ethereum supported browser, with the help of the Metamask extension.For, building compiling and testing the written contracts, Truffle was used.Lastly,the frontend was connected to the solidity contract using a wonderful library,web3.

The detailed guide to build this project is present in the resources folder.

Display:

Here are few glimpses of the project we built.

HOME PAGE

ethereal1

REGISTER HERE

ethereal2

ACCOUNTS PAGE

ethereal3

ACCOUNT DETAILS

ethereal4

TRANSFER MONEY

ethereal5

LOAN TRANSACTION

ethereal6

TRANSACTION HISTORY

ethereal7


INSTALLATION AND SETUP:

1.All the prerequisites for this project like Ganache, Metamask and Truffle should be installed.Detailed installation instructions could be found in the resources folder.

2.Clone this repository.

git clone https://github.com/deucaleon18/Ethereal

3.Migrate the blockchain to the Ganache network.

cd Ethereal
truffle migrate --reset

4.Install all the dependancies and start the client.

cd client 
npm install 
npm start

This is how your Ganache client might look like. ethereal8

TUTORIAL:

The following drive link contains all the session recordings,starting from the installing the requirements for the project,the sessions contain usage of both English and Hindi languages for easier explanation.Have a great time building this project and try adding your own customizations to it.