Skip to content

Commit

Permalink
Clean up Readme, Footer, and Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
kokkalis committed Oct 8, 2021
1 parent f98c3a2 commit 9c71202
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 99 deletions.
84 changes: 8 additions & 76 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,13 @@
# Stellar Explorer

[![Build Status](https://travis-ci.com/chatch/stellarexplorer.svg?branch=master)](https://travis-ci.com/chatch/stellarexplorer)

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

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

## Resources

### 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 | [/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) |
| by Multiplexed address | [/account/MDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6AAAAAAAAAAAAGW4M](https://steexp.com/account/MDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6AAAAAAAAAAAAGW4M) |

#### Tabs

| Resource | URI |
| ---------------- | --------------------------------------------------------------------------------------------------------- |
| Balances Tab | [/account/stellar\*fed.network#balances](https://steexp.com/account/stellar*fed.network#balances) |
| Payments Tab | [/account/stellar\*fed.network#payments](https://steexp.com/account/stellar*fed.network#payments) |
| Offers Tab | [/account/stellar\*fed.network#offers](https://steexp.com/account/stellar*fed.network#offers) |
| Trades Tab | [/account/stellar\*fed.network#trades](https://steexp.com/account/stellar*fed.network#trades) |
| Effects Tab | [/account/stellar\*fed.network#effects](https://steexp.com/account/stellar*fed.network#effects) |
| 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) |
| 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) |
| 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) |
| Multiplexed address | [/search/MDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6AAAAAAAAAAAAGW4M](https://steexp.com/search/MDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6AAAAAAAAAAAAGW4M) |
| Ledger | [/search/10000000](https://steexp.com/search/10000000) |
| Transaction | [/search/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071](https://steexp.com/search/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071) |
| Asset Code | [/search/NGN](https://steexp.com/search/NGN) |
| Anchor Name | [/search/ripplefox](https://steexp.com/search/ripplefox) |
| Anchor Name (Partial) | [/search/fox](https://steexp.com/search/fox) |

### Misc

| Resource | URI |
| ----------- | --- |
| Transaction | [/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071](https://steexp.com/tx/26a568681712a44a515b2c90dcfaadb3ed2c40dc60254638407937bee4767071) |
| Ledger | [/ledger/10000000](https://steexp.com/ledger/10000000) |
| Anchor | [/anchor/apay.io](https://steexp.com/anchor/apay.io) |
| Asset | [/asset/NGN](https://steexp.com/asset/NGN) |
A block explorer for the [Pi Blockchain](https://minepi.com) based on Chris Hatch' repository.

To use it, visit the Pi App [pi://blockchain.pi](pi://blockchain.pi) on the [Pi Browser](https://developers.minepi.com) or visit https://minepi.com/blockexplorer


## 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.
It connects to a local horizon instance at http://localhost:8000 by default. If you are 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:

Expand Down Expand Up @@ -114,6 +45,7 @@ npm i && npm run build
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
https://github.com/pi-apps/pi-explorer/tree/master/src/languages

Submit pull requests with new languages or languages fixes if you like.

Submit pull requests with new languages or languages fixes there.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "stellarexplorer",
"description": "Ledger explorer for the Stellar network",
"name": "pi-explorer",
"description": "Block explorer for the Pi Network",
"version": "1.4.0",
"license": "Apache-2.0",
"author": "Chris Hatch <[email protected]>",
"homepage": "https://steexp.com",
"repository": "chatch/stellarexplorer",
"homepage": "https://minepi.com/blockexplorer",
"repository": "pi-apps/pi-explorer",
"bugs": {
"url": "https://github.com/chatch/stellarexplorer/issues"
"url": "https://github.com/pi-apps/pi-explorer/issues"
},
"keywords": [
"stellar",
"pi",
"pi network",
"pi coin",
"react",
"ledger",
"block",
"block explorer",
"blockchain"
],
Expand Down
19 changes: 4 additions & 15 deletions src/components/layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,8 @@ class Footer extends React.PureComponent {
// Disable rates for now, it doesn't refresh correctly: <LumensRates/>
}
</Col>
<Col mdOffset={10} md={3}>
<img
src={`${process.env.PUBLIC_URL}/img/gh.svg`}
alt="github"
height={20}
width={20}
/> Fork of
<a href="https://github.com/chatch/stellarexplorer" style ={{paddingLeft:'5px'}}>
stellarexplorer
</a>
</Col>
{/* <Col mdOffset={7} md={2}>
<a href="https://github.com/chatch/stellarexplorer">
<Col mdOffset={7} md={2}>
<a href="https://github.com/pi-apps/pi-explorer">
<img
src={`${process.env.PUBLIC_URL}/img/gh.svg`}
alt="github"
Expand All @@ -35,11 +24,11 @@ class Footer extends React.PureComponent {
/>
Source Code
</a>
</Col> */}
</Col>
</Row>
{/* <Row>
<Col mdOffset={10} md={2}>
<a href="https://github.com/chatch/stellarexplorer/issues">
<a href="https://github.com/pi-apps/pi-explorer/issues">
<img
src={`${process.env.PUBLIC_URL}/img/support.svg`}
alt="support"
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/LanguageSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import langSelectImg from '../../img/lang-select.png'

const onClickTranslateHelp = () => {
window.location.href =
'https://github.com/chatch/stellarexplorer/tree/master/src/languages'
'https://github.com/pi-apps/pi-explorer/tree/master/src/languages'
}

const styleLanguageSelector = {
Expand Down

0 comments on commit 9c71202

Please sign in to comment.