{"id":19901920,"url":"https://github.com/hyperledger/firefly-ui","last_synced_at":"2025-05-11T21:15:49.075Z","repository":{"id":38344765,"uuid":"364045059","full_name":"hyperledger/firefly-ui","owner":"hyperledger","description":"FireFly UI","archived":false,"fork":false,"pushed_at":"2025-05-07T07:51:41.000Z","size":6487,"stargazers_count":35,"open_issues_count":13,"forks_count":29,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-05-11T21:15:08.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperledger.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-03T19:55:23.000Z","updated_at":"2025-04-30T02:28:37.000Z","dependencies_parsed_at":"2025-01-13T11:25:06.638Z","dependency_job_id":"7122b0a9-d2a6-43c2-8bd0-12679a1c7301","html_url":"https://github.com/hyperledger/firefly-ui","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffirefly-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffirefly-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffirefly-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffirefly-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperledger","download_url":"https://codeload.github.com/hyperledger/firefly-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253633147,"owners_count":21939392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T20:16:38.384Z","updated_at":"2025-05-11T21:15:49.041Z","avatar_url":"https://github.com/hyperledger.png","language":"TypeScript","readme":"# FireFly UI\n\n![version](https://img.shields.io/github/package-json/v/hyperledger/firefly-ui?label=firefly-ui)\n[![stability-release-candidate](https://img.shields.io/badge/stability-pre--release-48c9b0.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#release-candidate)\n[![FireFy Documentation](https://img.shields.io/static/v1?label=FireFly\u0026message=documentation\u0026color=informational)](https://hyperledger.github.io/firefly//)\n\n![Hyperledger FireFly](./images/hyperledger_firefly_logo.png)\n\nThis is the User Interface for FireFly. It allows yo to easily see everything that is going on in your FireFly system.\n\n### Dashboard\n\n![FireFly Explorer Dashboard](./images/firefly_explorer.png)\n\n### Events Timeline\n\n![FireFly Explorer Timeline](./images/firefly_timeline.png)\n\n### Token Pools\n\n![FireFly Token Pool](./images/firefly_token_pool.png)\n\n## Setup\n\nTo run the application, you will require a 2-party FireFly system running\nlocally on ports 5000 \u0026 5001. The easiest way to set this up is with the\n[FireFly CLI](https://github.com/hyperledger/firefly-cli):\n\n```\nff init myFireFly 2\nff start myFireFly\n```\n\n## Running\n\nOnce the FireFly stack is ready, you can view it a http://localhost:5000/ui\n\n## Getting started locally\n\nTo start developing the UI locally, make sure to have a 2-party FireFly system running locally.\n\n```bash\ngit clone https://github.com/hyperledger/firefly-ui\ncd firefly-ui\nnpm i\nnpm run start\n```\n\n## Learn more about Hyperledger FireFly Architecture\n\n- [YouTube Channel](https://www.youtube.com/playlist?list=PL0MZ85B_96CFVEdBNsHRoX_f15AJacZJD)\n  - Check out the architecture series\n- [Architecture reference documentation](https://hyperledger.github.io/firefly/latest/architecture/node_component_architecture)\n  - Join the discussion [on Discord](http://discord.gg/hyperledger)\n\n## Git repositories\n\nThere are multiple Git repos making up the Hyperledger FireFly project, and this\nlist is likely to grow as additional pluggable extensions come online in the community:\n\n- Command Line Interface (CLI) - https://github.com/hyperledger/firefly-cli\n- Core - https://github.com/hyperledger/firefly\n- FireFly SDK - https://github.com/kaleido-io/firefly-sdk-nodejs\n- FireFly Sandbox (this repo) - https://github.com/kaleido-io/firefly-sandbox\n- HTTPS Data Exchange - https://github.com/hyperledger/firefly-dataexchange-https\n- Hyperledger Fabric connector - https://github.com/hyperledger/firefly-fabconnect\n- Ethereum (Hyperledger Besu / Quorum) connector - https://github.com/hyperledger/firefly-ethconnect\n- Corda connector: https://github.com/hyperledger/firefly-cordaconnect - contributed from Kaleido generation 1 - porting to generation 2\n- FireFly Sandbox - https://github.com/hyperledger/firefly-sandbox\n- Firefly Performance CLI (https://github.com/hyperledger/firefly-perf-cli)\n\n## Contributing\n\nInterested in contributing to the community?\n\nCheck out our [Contributor Guide](https://hyperledger.github.io/firefly/latest/contributors/), and welcome!\n\nPlease adhere to this project's [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## License\n\nHyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger%2Ffirefly-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperledger%2Ffirefly-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledger%2Ffirefly-ui/lists"}