Public: https://steexp.com | Test: https://testnet.steexp.com | Local: http://localhost:3000
A ledger explorer for the Stellar.
Resource | URI |
---|---|
Latest Operations | /operations |
Latest Transactions | /txs |
Latest Ledgers | /ledgers |
Account by Federated address | /account/stellar*fed.network |
Account by Public address | /account/GBAM... |
Account Effects | /account/stellar*fed.network#effects |
Account Operations | /account/stellar*fed.network#operations |
Transaction | /tx/26a568681... |
Ledger | /ledger/10000000 |
steexp will connect to a local horizon instance at (http://localhost:8000) by default. If your running a local private network for development this is quite handy easily browsing your changes to the ledger.
Alternatively you can run locally connecting to the testnet or public network horizon instances. To do this define these hosts to point to your localhost:
127.0.1.1 testnet.local # for steexp testnet horizon
127.0.1.1 publicnet.local # for steexp use mainnet horizon
Restart steexp then navigate to testnet.local:3000 or publicnet.local as required.
NOTE: use npm instead of yarn to install the dependencies (see #15 for details)
See the section Exploring Private / Local Development Networks for connecting to different backend networks. By default steexp will look for a local instance of horizon.
Start the server:
npm i && yarn start
Tests:
npm i && yarn test
Build:
npm i && yarn build
List | URI |
---|---|
Anchors | /anchors |
Exchanges | /exchanges |
Use the language selector in the top right corner to change the language.
Translation files are here: https://github.com/chatch/stellarexplorer/tree/master/src/languages
Submit pull requests with new languages or languages fixes there.