Skip to content

Commit

Permalink
update and categorise the resources section
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Mar 1, 2018
1 parent d2b8515 commit 77ec080
Showing 1 changed file with 67 additions and 24 deletions.
91 changes: 67 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,77 @@
# Stellar Explorer
[![Build Status](https://travis-ci.org/chatch/stellarexplorer.svg?branch=master)](https://travis-ci.org/chatch/stellarexplorer)

Public: https://steexp.com |
Test: https://testnet.steexp.com |
Local: http://localhost:3000
[![Build Status](https://travis-ci.org/chatch/stellarexplorer.svg?branch=master)](https://travis-ci.org/chatch/stellarexplorer)

A ledger explorer for [Stellar](https://stellar.org).

Public: https://steexp.com
Test: https://testnet.steexp.com
Local: http://localhost:3000

## 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/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX](https://steexp.com/account/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX)
Account Effects|[/account/stellar*fed.network#effects](https://steexp.com/account/stellar*fed.network#effects)
Account Operations|[/account/stellar*fed.network#operations](https://steexp.com/account/stellar*fed.network#operations)
Transaction|[/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071](https://steexp.com/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071)
Ledger|[/ledger/10000000](https://steexp.com/ledger/10000000)
Search for Federated address|[/search/steexp*fed.network](https://steexp.com/search/steexp*fed.network)
Search for Ledger|[/search/10000000](https://steexp.com/search/10000000)

### Lists

| Resource | URI |
| -------------- | -------------------------------------------- |
| Operations | [/operations](https://steexp.com/operations) |
| Transactions | [/txs](https://steexp.com/txs) |
| Ledgers | [/ledgers](https://steexp.com/ledgers) |
| Payments | [/payments](https://steexp.com/payments) |
| Trades | [/trades](https://steexp.com/trades) |
| Effects [SOON] | [/effects](https://steexp.com/effects) |

### Directory

| Resource | URI |
| --------- | ------------------------------------------ |
| Assets | [/assets](https://steexp.com/assets) |
| Anchors | [/anchors](https://steexp.com/anchors) |
| Exchanges | [/exchanges](https://steexp.com/exchanges) |

### Accounts

| Resource | URI |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| by Federated address | [/account/stellar\*fed.network](https://steexp.com/account/stellar*fed.network) |
| by Public address | [/account/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX](https://steexp.com/account/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX) |

#### Tabs

| Resource | URI |
| ---------------- | --------------------------------------------------------------------------------------------------------- |
| Operations Tab | [/account/stellar\*fed.network#operations](https://steexp.com/account/stellar*fed.network#operations) |
| Transactions Tab | [/account/stellar\*fed.network#transactions](https://steexp.com/account/stellar*fed.network#transactions) |
| Effects Tab | [/account/stellar\*fed.network#effects](https://steexp.com/account/stellar*fed.network#effects) |
| Signing Tab | [/account/stellar\*fed.network#signing](https://steexp.com/account/stellar*fed.network#signing) |
| Flags Tab | [/account/stellar\*fed.network#flags](https://steexp.com/account/stellar*fed.network#flags) |
| Thresholds Tab | [/account/stellar\*fed.network#thresholds](https://steexp.com/account/stellar*fed.network#thresholds) |
| Data Tab | [/account/stellar\*fed.network#data](https://steexpcom/account/stellar*fed.network#data) |

### Search

| Resource | URI |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Federated address | [/search/steexp\*fed.network](https://steexp.com/search/steexp*fed.network) |
| Public address | [/search/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX](https://steexp.com/search/GAREELUB43IRHWEASCFBLKHURCGMHE5IF6XSE7EXDLACYHGRHM43RFOX) |
| Ledger | [/search/10000000](https://steexp.com/search/10000000) |
| Transaction | [/search/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071](https://steexp.com/search/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071) |
| Asset Code [SOON] | [/search/MOBI](https://steexp.com/search/MOBI) |
| Anchor Name [SOON] | [/search/ripplefox](https://steexp.com/search/ripplefox) |

### Misc

| Resource | URI |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Transaction | [/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071](https://steexp.com/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071) |
| Ledger | [/ledger/10000000](https://steexp.com/ledger/10000000) |

## 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 for browsing your changes to the ledger.

Alternatively you can run locally connecting to the testnet or public network horizon instances. To do this define these aliases to localhost:

```
127.0.1.1 testnet.local # for steexp use testnet horizon
127.0.1.1 publicnet.local # for steexp use mainnet horizon
Expand All @@ -41,30 +86,28 @@ NOTE: use npm instead of yarn to install the dependencies - see [#15](https://gi
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:

```
npm i && npm start
```

Test:

```
npm i && npm test
```

Build:

```
npm i && npm run 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 77ec080

Please sign in to comment.