From 0addc5bc2be8a97f9654606e28379e3972101745 Mon Sep 17 00:00:00 2001 From: Dr Fried Rice <48026627+GrapeLUX@users.noreply.github.com> Date: Sun, 17 Mar 2019 00:12:48 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c2f2ec47..302ca6393 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Insight API -A LUX blockchain REST and web socket API service for [Luxcore Node](https://github.com/216k155/luxcore-node). +A LUX blockchain REST and web socket API service for [Luxcore Node](https://github.com/LUX-Core/luxcore-node). This is a backend-only service. If you're looking for the web frontend application, take a look at https://github.com/216k155/lux-explorer. @@ -23,13 +23,13 @@ This is a backend-only service. If you're looking for the web frontend applicati 4. Install luxcore-node ```bash - npm i https://github.com/216k155/luxcore-node.git#master + npm i https://github.com/LUX-Core/luxcore-node.git#master $(npm bin)/luxcore-node create mynode cd mynode - $(npm bin)/luxcore-node install https://github.com/216k155/insight-api.git#master + $(npm bin)/luxcore-node install https://github.com/LUX-Core/insight-api.git#master ``` 5. Edit luxcore-node.json @@ -666,4 +666,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From d78dd27d426515432480b0ffc621341252e3a988 Mon Sep 17 00:00:00 2001 From: Dr Fried Rice <48026627+GrapeLUX@users.noreply.github.com> Date: Sun, 17 Mar 2019 00:33:11 +0000 Subject: [PATCH 2/4] Delete tokens.js --- lib/tokens.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/tokens.js diff --git a/lib/tokens.js b/lib/tokens.js deleted file mode 100644 index 7b18f9226..000000000 --- a/lib/tokens.js +++ /dev/null @@ -1 +0,0 @@ -//TODO:: \ No newline at end of file From 50fcf51857a08b76bbb73592c7a574a9c37ee9d5 Mon Sep 17 00:00:00 2001 From: Dr Fried Rice <48026627+GrapeLUX@users.noreply.github.com> Date: Sun, 17 Mar 2019 00:34:02 +0000 Subject: [PATCH 3/4] Delete RicherThanService.js --- services/RicherThanService.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 services/RicherThanService.js diff --git a/services/RicherThanService.js b/services/RicherThanService.js deleted file mode 100644 index e69de29bb..000000000 From d4cbc8fd301839f476a84e9b5f55d6279ea83a6a Mon Sep 17 00:00:00 2001 From: Dr Fried Rice <48026627+GrapeLUX@users.noreply.github.com> Date: Sun, 17 Mar 2019 00:34:40 +0000 Subject: [PATCH 4/4] Delete pools.json --- pools.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 pools.json diff --git a/pools.json b/pools.json deleted file mode 100644 index 41b42e677..000000000 --- a/pools.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - -]