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