mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-23 01:22:03 -07:00
Customizing README and package.json
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
# ipfs-torlist-service
|
||||
# ipfs-swap-service
|
||||
|
||||
[](http://standardjs.com) [](https://github.com/semantic-release/semantic-release)
|
||||
|
||||
This is a REST API and JSON RPC server for accessing the [TorList.cash](https://torlist.cash) database.
|
||||
This is a prototype web service that monitors the [P2WDB]() for trading signals, to trade BCH and SLP tokens. It's inspired by the [SWaP Prototype]().
|
||||
|
||||
This code repository is forked from [ipfs-service-provider](https://github.com/Permissionless-Software-Foundation/ipfs-service-provider). It provides access over two network interfaces:
|
||||
|
||||
- REST API over HTTP
|
||||
- JSON RPC over IPFS using [ipfs-coord](https://www.npmjs.com/package/ipfs-coord)
|
||||
|
||||
More documentation will be provided shortly.
|
||||
This repository was forked from [ipfs-torlist-service](https://github.com/Permissionless-Software-Foundation/ipfs-torlist-service).
|
||||
|
||||
## License
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ipfs-torlist-service",
|
||||
"name": "ipfs-swap-service",
|
||||
"version": "1.0.0",
|
||||
"description": "REST API and JSON RPC server for interacting with the torlist database. ",
|
||||
"description": "Prototype token trading API for BCH and SLP tokens.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
@@ -18,10 +18,10 @@
|
||||
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
||||
"license": "MIT",
|
||||
"apidoc": {
|
||||
"title": "ipfs-torlist-service",
|
||||
"title": "ipfs-swap-service",
|
||||
"url": "localhost:5000"
|
||||
},
|
||||
"repository": "Permissionless-Software-Foundation/ipfs-torlist-service",
|
||||
"repository": "christroutner/ipfs-swap-service",
|
||||
"dependencies": {
|
||||
"@psf/bch-js": "^4.20.3",
|
||||
"axios": "^0.21.1",
|
||||
|
||||
Reference in New Issue
Block a user