https://github.com/kfsoftware/hlf-operator-explorer
https://github.com/kfsoftware/hlf-operator-explorer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfsoftware/hlf-operator-explorer
- Owner: kfsoftware
- License: apache-2.0
- Created: 2022-02-10T05:28:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T19:51:28.000Z (over 2 years ago)
- Last Synced: 2025-03-21T05:43:05.873Z (over 1 year ago)
- Language: TypeScript
- Size: 774 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HLF Operator UI
The HLF Operator UI provides a graphical interface for a convenient blockchain-as-a-service user experience. Once the operator is set up it's very easy for teams to create, clone, watch, edit and delete their own Certificate Authorities, Peers and Orderer nodes.
## Roadmap
- [ ] Create Fabric CAs from the user interface
- [ ] Create Fabric Peers from the user interface
- [ ] Create Fabric Orderer Nodes from the user interface
- [ ] Managing chaincodes
## Deployment
Check [`hlf-operator`](https://github.com/hyperledger-labs/hlf-operator) for how to deploy the `hlf-operator-ui` and `hlf-operator-api`, together with a sample network
### Kubernetes
To deploy this project you need to install the [hlf-operator](https://github.com/hyperledger-labs/hlf-operator) in the Kubernetes cluster, you can get more info in the documentation:
[https://labs.hyperledger.org/hlf-operator/docs/operator-ui/getting-started](https://labs.hyperledger.org/hlf-operator/docs/operator-ui/getting-started)
## Authors
- [@dviejokfs](https://www.github.com/dviejokfs)