A ledger explorer for Stellar.
Deployments:
- Public: https://steexp.com
- Test: https://testnet.steexp.com
- Futurenet: https://futurenet.steexp.com
- Local: http://localhost:3000
| Resource | URI |
|---|---|
| Operations | /operations |
| Transactions | /txs |
| Ledgers | /ledgers |
| Payments | /payments |
| Trades | /trades |
| Effects | /effects |
| Liquidity Pools | /effects |
| Claimable Balances | /effects |
| Resource | URI |
|---|---|
| Assets | /assets |
| Anchors | /anchors |
| Exchanges | /exchanges |
| Resource | URI |
|---|---|
| by Federated address | /account/stellar*fed.network |
| by Public address | /account/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX |
| by Multiplexed address | /account/MDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6AAAAAAAAAAAAGW4M |
| Resource | URI |
|---|---|
| Balances Tab | /account/stellar*fed.network#balances |
| Payments Tab | /account/stellar*fed.network#payments |
| Offers Tab | /account/stellar*fed.network#offers |
| Trades Tab | /account/stellar*fed.network#trades |
| Effects Tab | /account/stellar*fed.network#effects |
| Operations Tab | /account/stellar*fed.network#operations |
| Transactions Tab | /account/stellar*fed.network#transactions |
| Signing Tab | /account/stellar*fed.network#signing |
| Flags Tab | /account/stellar*fed.network#flags |
| Data Tab | /account/stellar*fed.network#data |
| Resource | URI |
|---|---|
| Federated address | /search/steexp*fed.network |
| Public address | /search/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX |
| Multiplexed address | /search/MDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6AAAAAAAAAAAAGW4M |
| Ledger | /search/10000000 |
| Transaction | /search/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071 |
| Asset Code | /search/NGN |
| Anchor Name | /search/ripplefox |
| Anchor Name (Partial) | /search/fox |
| Resource | URI |
|---|---|
| Transaction | /tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071 |
| Ledger | /ledger/10000000 |
| Anchor | /anchor/apay.io |
| Asset | /asset/NGN |
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 for 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 aliases to localhost:
127.0.1.1 testnet.local # for steexp use testnet horizon
127.0.1.1 publicnet.local # for steexp use mainnet horizon
127.0.1.1 futurenet.local # for steexp use future horizonUse 127.0.0.1 instead of 127.0.1.1 when the above doesn't work.
Navigate to http://testnet.local:3000, http://futurenet.local:3000 or http://publicnet.local:3000 to select the network your interesting in exploring.
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.
npm i && npm run devnpm i && npm testor
You can run test with Jest Preview with the following command. You can see the result at http://locahost:3336 for test using React Testing Library along with Jest Preview.
npm run test:previewor
You can run test and Jest Preview separately as follows (this is basically same as the previous one).
npm run jest-preview
npm test
or
npm run test:watchnpm run test:e2eRun the test in UI mode:
npm run test:e2e:uiShow HTML test reports:
npm run test:e2e:reportnpm i && npm run buildUse 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.
npx ts-node scripts/restructure-centralized-exchanges-json.ts