ngoctrantl / slpsockserve

Subscribe and filter realtime SLP transactions for your applications

Home Page:https://slpsocket.fountainhead.cash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is SLPSockserve?

SLPSockserve is a frontend API for SLPDB that provides a streaming output of new transactions. Unlike slpserve which is a similar frontend API used to fetch historical blockchain data, SLPSockserve can be used display data as it comes in.

Installation

Prerequisite

For SLPSockserve to work you first need to go through the install process for bitd, which will continually scan the blockchain for new transactions and blocks which will be streamed live over the SLPsocket (slpsockserve) API.

Setting up SLPSockserve

Clone this repository:

git clone https://github.com/fountainhead-cash/slpsockserve.git && cd slpsockserve

Install dependencies:

npm install

Configure Sockserve:

cp .env.example .env
$(EDITOR) .env

Start SLPSockserve

npm start

Running as a daemon

Install PM2 using NPM

npm install pm2 -g

CD to install location and run bitd

pm2 start index.js

About

Subscribe and filter realtime SLP transactions for your applications

https://slpsocket.fountainhead.cash


Languages

Language:HTML 55.9%Language:JavaScript 39.1%Language:CSS 5.0%