Zcash-ify

This commit is contained in:
Jack Grigg 2016-08-29 01:43:40 +12:00
parent ddcd05cbc2
commit 93d1b3bad1
10 changed files with 31 additions and 27 deletions

View File

@ -1,6 +1,6 @@
# Insight UI # Insight UI
A Bitcoin blockchain explorer web application service for [Bitcore Node](https://github.com/bitpay/bitcore-node) using the [Insight API](https://github.com/bitpay/insight-api). A Bitcoin blockchain explorer web application service for [Bitcore Node](https://github.com/bitpay/bitcore-node) using the [Insight API](https://github.com/str4d/insight-api-zcash).
## Quick Start ## Quick Start
@ -70,11 +70,11 @@ compile***.
## Note ## Note
For more details about the [Insight API](https://github.com/bitpay/insight-api) configuration and end-points, go to [Insight API GitHub repository](https://github.com/bitpay/insight-api). For more details about the [Insight API](https://github.com/str4d/insight-api-zcash) configuration and end-points, go to [Insight API GitHub repository](https://github.com/str4d/insight-api-zcash).
## Contribute ## Contribute
Contributions and suggestions are welcomed at the [Insight UI GitHub repository](https://github.com/bitpay/insight-ui). Contributions and suggestions are welcomed at the [Insight UI GitHub repository](https://github.com/str4d/insight-ui-zcash).
## License ## License

View File

@ -9,7 +9,7 @@ var InsightUI = function(options) {
if (typeof options.apiPrefix !== 'undefined') { if (typeof options.apiPrefix !== 'undefined') {
this.apiPrefix = options.apiPrefix; this.apiPrefix = options.apiPrefix;
} else { } else {
this.apiPrefix = 'insight-api'; this.apiPrefix = 'insight-api-zcash';
} }
if (typeof options.routePrefix !== 'undefined') { if (typeof options.routePrefix !== 'undefined') {
this.routePrefix = options.routePrefix; this.routePrefix = options.routePrefix;
@ -18,7 +18,7 @@ var InsightUI = function(options) {
} }
}; };
InsightUI.dependencies = ['insight-api']; InsightUI.dependencies = ['insight-api-zcash'];
inherits(InsightUI, BaseService); inherits(InsightUI, BaseService);

View File

@ -1,8 +1,8 @@
{ {
"name": "insight-ui", "name": "insight-ui-zcash",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", "description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the zcash network and build your own services with it.",
"version": "0.4.0", "version": "0.4.0",
"repository": "git://github.com/bitpay/insight-ui.git", "repository": "git://github.com/str4d/insight-ui-zcash.git",
"contributors": [ "contributors": [
{ {
"name": "Matias Alejo Garcia", "name": "Matias Alejo Garcia",
@ -23,22 +23,26 @@
{ {
"name": "Juan Ignacio Sosa Lopez", "name": "Juan Ignacio Sosa Lopez",
"email": "bechilandia@gmail.com" "email": "bechilandia@gmail.com"
},
{
"name": "Jack Grigg",
"email": "jack@z.cash"
} }
], ],
"bugs": { "bugs": {
"url": "https://github.com/bitpay/insight-ui/issues" "url": "https://github.com/str4d/insight-ui-zcash/issues"
}, },
"homepage": "https://github.com/bitpay/insight-ui", "homepage": "https://github.com/str4d/insight-ui-zcash",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"insight", "insight",
"blockchain", "blockchain",
"blockexplorer", "blockexplorer",
"bitcoin", "zcash",
"bitcore", "bitcore",
"front-end" "front-end"
], ],
"bitcoreNode": "bitcore-node", "bitcoreNode": "bitcore-node-zcash",
"dependencies": { "dependencies": {
}, },
"devDependencies": { "devDependencies": {

View File

@ -26,7 +26,7 @@ msgid ""
"\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST " "\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST "
"and websocket APIs that can be used for writing web wallets and other apps " "and websocket APIs that can be used for writing web wallets and other apps "
"that need more advanced blockchain queries than provided by bitcoind RPC. " "that need more advanced blockchain queries than provided by bitcoind RPC. "
"Check out the <a href=\"https://github.com/bitpay/insight-ui\" target=\"_blank" "Check out the <a href=\"https://github.com/str4d/insight-ui-zcash\" target=\"_blank"
"\">source code</a>." "\">source code</a>."
msgstr "" msgstr ""
"<strong>insight</strong> ist ein <a href=\"http://live.insight.is/\" target=" "<strong>insight</strong> ist ein <a href=\"http://live.insight.is/\" target="
@ -34,7 +34,7 @@ msgstr ""
"REST und Websocket APIs um eigene Wallets oder Applikationen zu " "REST und Websocket APIs um eigene Wallets oder Applikationen zu "
"implementieren. Hierbei werden fortschrittlichere Abfragen der Blockchain " "implementieren. Hierbei werden fortschrittlichere Abfragen der Blockchain "
"ermöglicht, bei denen die RPC des Bitcoind nicht mehr ausreichen. Der " "ermöglicht, bei denen die RPC des Bitcoind nicht mehr ausreichen. Der "
"aktuelle <a href=\"https://github.com/bitpay/insight-ui\" target=\"_blank" "aktuelle <a href=\"https://github.com/str4d/insight-ui-zcash\" target=\"_blank"
"\">Quellcode</a> ist auf Github zu finden." "\">Quellcode</a> ist auf Github zu finden."
#: public/views/index.html #: public/views/index.html
@ -45,7 +45,7 @@ msgid ""
msgstr "" msgstr ""
"<strong>insight</strong> befindet sich aktuell noch in der Entwicklung. " "<strong>insight</strong> befindet sich aktuell noch in der Entwicklung. "
"Bitte sende alle gefundenen Fehler (Bugs) und Feedback zur weiteren " "Bitte sende alle gefundenen Fehler (Bugs) und Feedback zur weiteren "
"Verbesserung an unseren <a href=\"https://github.com/bitpay/insight-ui/issues" "Verbesserung an unseren <a href=\"https://github.com/str4d/insight-ui-zcash/issues"
"\" target=\"_blank\">Github Issue Tracker</a>." "\" target=\"_blank\">Github Issue Tracker</a>."
#: public/views/index.html #: public/views/index.html

View File

@ -26,7 +26,7 @@ msgid ""
"\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST " "\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST "
"and websocket APIs that can be used for writing web wallets and other apps " "and websocket APIs that can be used for writing web wallets and other apps "
"that need more advanced blockchain queries than provided by bitcoind RPC. " "that need more advanced blockchain queries than provided by bitcoind RPC. "
"Check out the <a href=\"https://github.com/bitpay/insight-ui\" target=\"_blank" "Check out the <a href=\"https://github.com/str4d/insight-ui-zcash\" target=\"_blank"
"\">source code</a>." "\">source code</a>."
msgstr "" msgstr ""
"<strong>insight</strong> es un <a href=\"http://live.insight.is/\" target=" "<strong>insight</strong> es un <a href=\"http://live.insight.is/\" target="
@ -44,7 +44,7 @@ msgid ""
msgstr "" msgstr ""
"<strong>insight</strong> esta en desarrollo aún, por ello agradecemos que " "<strong>insight</strong> esta en desarrollo aún, por ello agradecemos que "
"nos reporten errores o sugerencias para mejorar el software. <a href=" "nos reporten errores o sugerencias para mejorar el software. <a href="
"\"https://github.com/bitpay/insight-ui/issues\" target=\"_blank\">Github issue " "\"https://github.com/str4d/insight-ui-zcash/issues\" target=\"_blank\">Github issue "
"tracker</a>." "tracker</a>."
#: public/views/index.html #: public/views/index.html

View File

@ -25,14 +25,14 @@ msgid ""
"\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST " "\"_blank\">open-source Bitcoin blockchain explorer</a> with complete REST "
"and websocket APIs that can be used for writing web wallets and other apps " "and websocket APIs that can be used for writing web wallets and other apps "
"that need more advanced blockchain queries than provided by bitcoind RPC. " "that need more advanced blockchain queries than provided by bitcoind RPC. "
"Check out the <a href=\"https://github.com/bitpay/insight-ui\" target=\"_blank" "Check out the <a href=\"https://github.com/str4d/insight-ui-zcash\" target=\"_blank"
"\">source code</a>." "\">source code</a>."
msgstr "" msgstr ""
"<strong>insight</strong>は、bitcoind RPCの提供するものよりも詳細なブロック" "<strong>insight</strong>は、bitcoind RPCの提供するものよりも詳細なブロック"
"チェインへの問い合わせを必要とするウェブウォレットやその他のアプリを書くのに" "チェインへの問い合わせを必要とするウェブウォレットやその他のアプリを書くのに"
"使える、完全なRESTおよびwebsocket APIを備えた<a href=\"http://live.insight." "使える、完全なRESTおよびwebsocket APIを備えた<a href=\"http://live.insight."
"is/\" target=\"_blank\">オープンソースのビットコインブロックエクスプローラ</" "is/\" target=\"_blank\">オープンソースのビットコインブロックエクスプローラ</"
"a>です。<a href=\"https://github.com/bitpay/insight-ui\" target=\"_blank\">ソース" "a>です。<a href=\"https://github.com/str4d/insight-ui-zcash\" target=\"_blank\">ソース"
"コード</a>を確認" "コード</a>を確認"
#: public/views/index.html #: public/views/index.html

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -62,8 +62,8 @@
<div class="col-xs-12 col-md-4 col-gray"> <div class="col-xs-12 col-md-4 col-gray">
<h2 translate>About</h2> <h2 translate>About</h2>
<p translate><strong>insight</strong> is an <a href="https://insight.is/" <p translate><strong>insight</strong> is an <a href="https://insight.is/"
target="_blank">open-source Bitcoin blockchain explorer</a> with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by bitcoind RPC. Check out the <a href="https://github.com/bitpay/insight-ui" target="_blank">source code</a>.</p> target="_blank">open-source Bitcoin blockchain explorer</a> with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by bitcoind RPC. Check out the <a href="https://github.com/str4d/insight-ui-zcash" target="_blank">source code</a>.</p>
<p translate><strong>insight</strong> is still in development, so be sure to report any bugs and provide feedback for improvement at our <a href="https://github.com/bitpay/insight-ui/issues" target="_blank">github issue tracker</a>.</p> <p translate><strong>insight</strong> is still in development, so be sure to report any bugs and provide feedback for improvement at our <a href="https://github.com/str4d/insight-ui-zcash/issues" target="_blank">github issue tracker</a>.</p>
<div id="powered" class="row"> <div id="powered" class="row">
<div class="powered-text"> <div class="powered-text">
<small class="text-muted" translate>Powered by</small> <small class="text-muted" translate>Powered by</small>