diff --git a/README.md b/README.md index 7d933969e..8f5b96709 100644 --- a/README.md +++ b/README.md @@ -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 -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: @@ -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. diff --git a/package.json b/package.json index f6ee107cd..45ea10256 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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" ], diff --git a/src/components/layout/Footer.js b/src/components/layout/Footer.js index 1214ca1cf..b2cc4175f 100644 --- a/src/components/layout/Footer.js +++ b/src/components/layout/Footer.js @@ -14,19 +14,8 @@ class Footer extends React.PureComponent { // Disable rates for now, it doesn't refresh correctly: } - - github Fork of - - stellarexplorer - - - {/* - + + github Source Code - */} + {/* - + support { 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 = {