Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
unwriter committed Jan 21, 2019
1 parent eb12186 commit ff2dcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![pipe](pipe.png)

Bitpipe is a transaction broadcast Microservice powered by [DataPay](https://github.com/unwriter/datapay), a declarative Bitcoin transaction builder and broadcaster library.
Bitpipe is a transaction broadcast Microservice powered by [DataPay](https://github.com/unwriter/datapay), a declarative Bitcoin transaction builder and broadcaster library for **Bitcoin SV**.

It sets up a web server that accepts a [Datapay Payload](https://github.com/unwriter/datapay#declarative-programming) that looks like this:

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "bitpipe",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "node demo/unsigned/payload",
"start": "node index"
},
"author": "",
Expand Down

0 comments on commit ff2dcad

Please sign in to comment.