Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.63 KB

File metadata and controls

40 lines (28 loc) · 1.63 KB

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