Skip to content

iamhamzaawan/Blockchain-based-Cross-Border-Remittance-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome!

Hyperledger Fabric based Cross-Border Remittance

Node Version Twitter Url Facebook Url

Setting up the Project

University logo

Build Blockchain-Network:

  1. Please visit the installation instructions to ensure you have the correct prerequisites installed.
  2. Copy the bin folder containing hyperledger binaries and config files into ./remittance-network/
  3. Execute the following commands to build the blockchain network
# Please make sure you that are in the root directory of the project
hamza@host:~$ cd remittance-network
hamza@host:~$ ./startFabric.sh

This shell script will automatically build the network for you with 2 organizations having 2 peers each (4 in total), 1 orderer and 1 CA's for each (2 in total).

Run the Node Server:

  1. Download node-modules in ./Server/routes folder
  2. Download node-modules in ./Server folder
  3. Generate identities by un-commenting the content in generateIdentities function
  4. Run the server form following commands
hamza@host:~/remittance-network$ cd ../Server/
hamza@host:~/Server$ node server.js

About

This is an open source cross border remittance DApp using hyperledger fabric to build the blockchain network and nodejs application for interaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published