Customizing README and package.json

This commit is contained in:
Chris Troutner
2021-09-09 18:48:46 -07:00
parent 56b8d7fd47
commit a43747c656
2 changed files with 7 additions and 12 deletions
+3 -8
View File
@@ -1,15 +1,10 @@
# ipfs-torlist-service
# ipfs-swap-service
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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
View File
@@ -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",