Skip to content

Files

Latest commit

30cc32e · Jun 30, 2025

History

History

private-data-transfer-ui

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