diff --git a/README.md b/README.md index b6021934d..5b3ed078d 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,6 @@ Account Operations|[/account/stellar*fed.network#operations](https://steexp.com/ Transaction|[/tx/26a568681...](https://steexp.com/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071) Ledger|[/ledger/10000000](https://steexp.com/ledger/10000000) -## 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. - ## Exploring Private / Local Development Networks 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. @@ -50,12 +36,12 @@ Restart steexp then navigate to testnet.local:3000 or publicnet.local as require NOTE: use npm instead of yarn to install the dependencies (see #15 for details) +See the section [Exploring Private / Local Development Networks](#private-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 ``` -See the section [Exploring Private / Local Development Networks](#private-networks) for connecting to different backend networks. By default steexp will look for a local instance of horizon. - Tests: ``` npm i && yarn test @@ -66,3 +52,17 @@ Build: npm i && yarn build ``` +## 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. +