Skip to content

blockparty-sh/slpstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is SLPStream?

SLPStream is a frontend API for GS++ that provides a streaming output of new transactions. Unlike slpsockserve, SLPStream uses GS++ to for greater efficiency.

Installation

Prerequisite

For SLPSockserve to work you first need to go through the install process for gs++, which will continually scan the blockchain for new transactions and blocks which will be streamed live over the SLPStream API.

Setting up SLPStream

Clone this repository:

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

Install dependencies:

npm install

Configure SLPStream:

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

Start SLPStream

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published