This sample contains a frontend (React) application that demonstrates the private data transfer flow on FireFly.
To run the application, you will require a 3-party FireFly system running locally on ports 5000-5002. The easiest way to set this up is with the FireFly CLI:
ff init data-transfer 3
ff start data-transfer
Once the FireFly stack is ready, set up and run the sample with:
npm install
npm start