Skip to content

feat(dashboard): implement chaincode gateway interaction UI (Issue #770)#810

Open
KHARSHAVARDHAN-eng wants to merge 1 commit into
hyperledger-cello:mainfrom
KHARSHAVARDHAN-eng:main
Open

feat(dashboard): implement chaincode gateway interaction UI (Issue #770)#810
KHARSHAVARDHAN-eng wants to merge 1 commit into
hyperledger-cello:mainfrom
KHARSHAVARDHAN-eng:main

Conversation

@KHARSHAVARDHAN-eng

Copy link
Copy Markdown

Summary

This PR implements the Chaincode Application Gateway UI for Hyperledger Cello, allowing users to invoke (SUBMIT) and query (EVALUATE) committed chaincodes directly from the dashboard.

Changes

  • Added an Interact action for committed chaincodes.
  • Implemented the interaction modal with dynamic arguments and a transaction result viewer.
  • Added frontend service, model, and localization support.
  • Updated the backend transaction endpoint to return execution results required by the UI.
  • Improved transaction error handling.

Testing

  • Python compilation (py_compile)
  • ESLint
  • Frontend production build (yarn build)

Closes #770.

@KHARSHAVARDHAN-eng KHARSHAVARDHAN-eng requested a review from a team as a code owner June 29, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Todo: Chaincode Application Gateway UI

1 participant