chatch / stellarexplorer

Ledger Explorer for the Stellar Network 🚀
https://steexp.com
Apache License 2.0
435 stars 930 forks source link

Stellar explorer with Stellar quickstart for developers #555

Closed chatch closed 6 months ago

chatch commented 7 months ago

For Stellar developers ensure compatibility with Stellar Quickstart (https://github.com/stellar/quickstart).

This will allow devs to view transactions in their local network with Stellar Explorer running in a docker container.

Connects to:

Public the image to ghcr.io.


Get working with the testing` image and with soroban enabled:

docker run --rm -it -p "8000:8000" --name stellar stellar/quickstart:testing --local --enable-soroban-rpc
chatch commented 6 months ago

done - no changes required after restoring the custom network feature.

just click "Set Custom Network" in the top right - add the local addresses in the description above if testing with quickstart. you can now explore the local quickstart network.