Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blockparty-sh committed Mar 31, 2019
1 parent 45167a5 commit 347bea3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## What is Sockserve?
## What is SLPSockserve?

Sockserve is a frontend API for Bitd that provides a streaming output of new transactions. Unlike [Bitserve](https://github.com/fountainhead-cash/bitserve) which is a similar frontend API used to fetch historical blockchain data, Sockserve can be used display data as it comes in.
SLPSockserve is a frontend API for SLPDB that provides a streaming output of new transactions. Unlike [slpserve](https://github.com/fountainhead-cash/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 Sockserve to work you first need to go through the install process for [bitd](https://github.com/fountainhead-cash/bitd), which will continually scan the blockchain for new transactions and blocks which will be streamed live over the Bitsocket (sockserve) API.
For SLPSockserve to work you first need to go through the install process for [bitd](https://github.com/simpledger/SLPDB), which will continually scan the blockchain for new transactions and blocks which will be streamed live over the SLPsocket (slpsockserve) API.

### Setting up Sockserve
### Setting up SLPSockserve

Clone this repository:
```
git clone https://github.com/fountainhead-cash/sockserve.git && cd sockserve
git clone https://github.com/fountainhead-cash/slpsockserve.git && cd slpsockserve
```

Install dependencies:
Expand All @@ -27,7 +27,7 @@ $(EDITOR) .env
```

Start Sockserve
Start SLPSockserve
```
npm start
```
Expand Down

0 comments on commit 347bea3

Please sign in to comment.