Skip to content

Commit

Permalink
reorder sections
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch authored Nov 13, 2017
1 parent abdee1d commit 284e475
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<a name="private-networks"></a>

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.
Expand All @@ -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
Expand All @@ -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.

0 comments on commit 284e475

Please sign in to comment.