Skip to content

Example application using Quorum blockchain with private smart contracts and transactions

License

Notifications You must be signed in to change notification settings

andr11111/quorum-example

Repository files navigation

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.

About

Example application using Quorum blockchain with private smart contracts and transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published