ActorForth / slpserve

Front-end API for searching SLP Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slpserve

SLPDB Microservice

An API Endpoint + Web Query UI for SLPDB

How it works

This project contains:

  1. SLPDB Microservice API Endpoint: An HTTP API Endpoint to your SLPDB
  2. SLPDB Query Web UI: As seen in https://slpdb.fountainhead.cash/explorer

1. SLPDB Microservice API Endpoint

Make HTTP requests to your SLPDB node

api

2. SLPDB Query Web UI

Makes use of the API endpoint to render the query UI

query

Prerequisites

You must have the following installed.

  1. Bitcoin Full Node: Any BCH node implementation
  2. SLPDB Node: SLPDB is a universal SLP database that autonomously synchronizes with Bitcoin https://github.com/simpleledger/SLPDB

Install

Step 1. Clone this repository

git clone https://github.com/fountainhead-cash/slpserve.git

Step 2. Install Dependencies

npm install

Step 3. Run

npm start

Configure

You can configure the service with .env, just copy .env.example to .env and edit it to match your system.

Join the Community

  • Chat: Join fountainhead.cash Telegram channel, ask questions, share your projects, etc. Open chat

About

Front-end API for searching SLP Tokens


Languages

Language:EJS 69.7%Language:JavaScript 27.1%Language:CSS 2.2%Language:Dockerfile 0.6%Language:Shell 0.4%