/firefly-ui

FireFly UI Explorer

Primary LanguageTypeScriptApache License 2.0Apache-2.0

FireFly UI

version stability-release-candidate FireFy Documentation

Hyperledger FireFly

This is the User Interface for FireFly. It allows yo to easily see everything that is going on in your FireFly system.

Dashboard

FireFly Explorer Dashboard

Events Timeline

FireFly Explorer Timeline

Token Pools

FireFly Token Pool

Setup

To run the application, you will require a 2-party FireFly system running locally on ports 5000 & 5001. The easiest way to set this up is with the FireFly CLI:

ff init myFireFly 2
ff start myFireFly

Running

Once the FireFly stack is ready, you can view it a http://localhost:5000/ui

Getting started locally

To start developing the UI locally, make sure to have a 2-party FireFly system running locally.

git clone https://github.com/hyperledger/firefly-ui
cd firefly-ui
npm i
npm run start

Learn more about Hyperledger FireFly Architecture

Git repositories

There are multiple Git repos making up the Hyperledger FireFly project, and this list is likely to grow as additional pluggable extensions come online in the community:

Contributing

Interested in contributing to the community?

Check out our Contributor Guide, and welcome!

Please adhere to this project's Code of Conduct.

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file.