Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfsoftware/hlf-operator-explorer
https://github.com/kfsoftware/hlf-operator-explorer
Last synced: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T19:51:28.000Z (over 1 year ago)
- Last Synced: 2024-06-20T22:33:11.787Z (8 months ago)
- Language: TypeScript
- Size: 774 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- 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)