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

Add ports for localnet explorer #1027

Open
rube-de opened this issue Nov 20, 2024 · 0 comments · May be fixed by #1031
Open

Add ports for localnet explorer #1027

rube-de opened this issue Nov 20, 2024 · 0 comments · May be fixed by #1031
Assignees

Comments

@rube-de
Copy link
Contributor

rube-de commented Nov 20, 2024

The new localnet docker also includes nexus api and the localnet explorer which run on port 8547 and 8548

Nexus API listening on http://localhost:8547.
Localnet Explorer available at http://localhost:8548.

The current docker command in the docs doesn't include them

docker run -it -p8544-8546:8544-8546 ghcr.io/oasisprotocol/sapphire-localnet

To access the local explorer this should be

docker run -it -p8544-8548:8544-8548 ghcr.io/oasisprotocol/sapphire-localnet
@rube-de rube-de self-assigned this Nov 25, 2024
@rube-de rube-de linked a pull request Nov 25, 2024 that will close this issue
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 a pull request may close this issue.

1 participant