Skip to main content

Quorum Reporting

Quorum Reporting is a tool that provides APIs for generating reports about contracts deployed to your GoQuorum network. You can access Quorum Reporting when using the Quorum Developer Quickstart or by following the instructions on the repository README.

Once a contract is registered, you can use Quorum Reporting to inspect the transactions related to that contract and see how the state of the contract has changed over time.

To access Quorum Reporting for your GoQuorum Quickstart network:

  1. Start the Quorum Developer Quickstart with GoQuorum, selecting default monitoring.
  2. Open the Reporting UI at http://localhost:3000. The RPC API runs at http://localhost:4000.

Reporting Tool