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. 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 diff --git a/pools.json b/pools.json deleted file mode 100644 index 41b42e677..000000000 --- a/pools.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - -] diff --git a/services/RicherThanService.js b/services/RicherThanService.js deleted file mode 100644 index e69de29bb..000000000