Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down Expand Up @@ -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.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 0 additions & 1 deletion lib/tokens.js

This file was deleted.

3 changes: 0 additions & 3 deletions pools.json

This file was deleted.

Empty file removed services/RicherThanService.js
Empty file.