SLPStream is a frontend API for GS++ that provides a streaming output of new transactions. Unlike slpsockserve, SLPStream uses GS++ to for greater efficiency.
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.
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
Install PM2 using NPM
npm install pm2 -g
CD to install location and run bitd
pm2 start index.js