Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ledger-browser): show fabric network structure #3554

Open
outSH opened this issue Sep 27, 2024 · 0 comments
Open

feat(ledger-browser): show fabric network structure #3554

outSH opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request Epic Fabric

Comments

@outSH
Copy link
Contributor

outSH commented Sep 27, 2024

Is your feature request related to a problem? Please describe.

Fabric Browser app of ledger-browser should display the overview of the components of current ledger network (peers, orderers, chaincode, etc..). It is not meant to be an operation console but a quick overview of how current channel operates.

Describe the solution you'd like
This is a multi-step issue (sub tasks will be created if issue is assigned).

  • Investigate how to efficiently gather information on network structure.
  • Implement a method on fabric-connector that will return the network structure in JSON format.
  • Extend persistence fabric plugin to fetch this data and store it into the database.
  • Add new view to Fabric Browser app that will display the network structure (simple format is preferred for this initial implementation, it can be improved in the future. List of components should be enough).
@outSH outSH added enhancement New feature or request Fabric Epic labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Epic Fabric
Projects
None yet
Development

No branches or pull requests

1 participant