Skip to content

Latest commit

 

History

History

README.md

Private Data Transfer UI

This sample contains a frontend (React) application that demonstrates the private data transfer flow on FireFly.

Setup

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

Running

Once the FireFly stack is ready, set up and run the sample with:

npm install
npm start