From ceedc84091f4061c561a79430626e604099dc085 Mon Sep 17 00:00:00 2001 From: Chris Hatch Date: Mon, 11 Sep 2017 11:25:50 +0700 Subject: [PATCH] expand README.md - add URI reference and some notes --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ba3370b..2ffdef7a6 100644 --- a/README.md +++ b/README.md @@ -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/myacc@stellar.network#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.