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

Upgrade Blockchain Explorer version (2.0.0) #447

Open
torrespro opened this issue May 19, 2024 · 3 comments
Open

Upgrade Blockchain Explorer version (2.0.0) #447

torrespro opened this issue May 19, 2024 · 3 comments

Comments

@torrespro
Copy link

No description provided.

@SkySingh04
Copy link
Contributor

SkySingh04 commented Jun 18, 2024

Hey, to which file does this changes need to be made?
CC: @dzikowski @torrespro

@sky107
Copy link

sky107 commented Oct 16, 2024

which port explorer I can access it once I enable in config file

@dzikowski
Copy link
Contributor

explorer ports are 7010 + orgIndex, so 7010 for the first organization, 7011 for the second one etc. Here is the code:

const getPortsForOrg = (orgIndex: number) => ({
  caPort: 7020 + 20 * orgIndex,
  headPeerPort: 7021 + 20 * orgIndex,
  headOrdererPort: 7030 + 20 * orgIndex,
  headPeerCouchDbPort: 5080 + 20 * orgIndex,
  fabloRestPort: 8800 + orgIndex,
  explorerPort: 7010 + orgIndex,
});

You can also check them in fablo-target/fabric-docker/docker-compose.yaml file.

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

No branches or pull requests

4 participants