We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
rube-de
Successfully merging a pull request may close this issue.
The new localnet docker also includes nexus api and the localnet explorer which run on port 8547 and 8548
The current docker command in the docs doesn't include them
To access the local explorer this should be
The text was updated successfully, but these errors were encountered: