Skip to content

How to use quorum Explorer #1445

Answered by baptiste-b-pegasys
0721z asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, I think you are referring to this project : https://github.com/ConsenSys/quorum-explorer

There is an example in the quick dev start, from the docker compose you can see:

  explorer:
    image: consensys/quorum-explorer:e3ac210
    volumes:
      - ./quorum-explorer/config.json:/app/config.json
      - ./quorum-explorer/env:/app/.env.production
    depends_on:
      - rpcnode
    ports:
      - 25000:25000/tcp
    networks:
      quorum-dev-quickstart:
        ipv4_address: 172.16.239.31

from the example you are giving, it is correct for validators, but for members you need to add private information (if you want support for private contracts)

{
      "name": "member1",
      "client"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by antonydenyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants