forked from pi-apps/pi-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expand README.md - add URI reference and some notes
- Loading branch information
Chris Hatch
committed
Sep 11, 2017
1 parent
8f89ebe
commit ceedc84
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,34 @@ | ||
# stellarexplorer | ||
[![Build Status](https://travis-ci.org/chatch/stellarexplorer.svg?branch=master)](https://travis-ci.org/chatch/stellarexplorer) | ||
|
||
Ledger Explorer for the Stellar Network: https://steexp.com | ||
Public: https://steexp.com | | ||
Test: https://testnet.steexp.com | ||
|
||
Ledger Explorer for the Stellar Network. | ||
|
||
### Resources | ||
Resource|URI | ||
---|--- | ||
Latest Operations|[/operations](https://steexp.com/operations) | ||
Latest Transactions|[/txs](https://steexp.com/txs) | ||
Latest Ledgers|[/ledgers](https://steexp.com/ledgers) | ||
Account (by Federated address)|[/account/stellar*fed.network](https://steexp.com/account/stellar*fed.network) | ||
Account (by Public address)|[/account/GBAM...](https://steexp.com/account/GBAMBOOZDWZPVV52RCLJQYMQNXOBLOXWNQAY2IF2FREV2WL46DBCH3BE) | ||
Transaction|[/tx/26a568681...](https://steexp.com/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071) | ||
Ledger|[/ledger/10000000](https://steexp.com/ledger/10000000) | ||
|
||
TODO: [#17](https://github.com/chatch/stellarexplorer/issues/17) - support direct to tab links like /account/[email protected]#flags | ||
|
||
### Lists | ||
List|URI | ||
---|--- | ||
Anchors|[/anchors](https://steexp.com/anchors) | ||
Exchanges|[/exchanges](https://steexp.com/exchanges) | ||
|
||
### Languages | ||
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. |