Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 846 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 846 Bytes

quorum-example

This is a simplistic React app demonstrating how Quorum blockchain can be used to privately share trades data among Hedge Fund, Custodian and Hedge Fund's clients. Full explanation in the blog post.

Instructions

  1. Launch Quorum nodes. Enable RPC access and set --rpccorsdomain to either "*" or your domain.
  2. Edit src/config.js, paste node RPC URLs and corresponding public keys.
  3. NPM install and start:
npm install
npm start
  1. Press Deploy Contract to deploy the private smart contract on the blockchain.
  2. Now you can report trades. Custodian sees all trades. Clients see only their trades. All data is encrypted.