Skip to content

Commit

Permalink
expand README.md - add URI reference and some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Sep 11, 2017
1 parent 8f89ebe commit ceedc84
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
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.

0 comments on commit ceedc84

Please sign in to comment.