Merge pull request #1 from Permissionless-Software-Foundation/ct-unstable

fix(CI/CD): Testing CI/CD system
This commit is contained in:
Chris Troutner
2021-11-24 14:06:35 -08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
[![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 prototype web service that monitors the [P2WDB](https://github.com/Permissionless-Software-Foundation/ipfs-p2wdb-service) for trading signals, to trade AVAX and Avalanche Native Tokens (ANTs). It's inspired by the [SWaP Prototype](https://github.com/vinarmani/swap-protocol/blob/master/swap-protocol-spec.md).
This is a prototype web service that monitors the [P2WDB](https://github.com/Permissionless-Software-Foundation/ipfs-p2wdb-service) for trading signals, to trade AVAX and Avalanche Native Tokens (ANTs) on the AVAX X-Chain. It's inspired by the [SWaP Prototype](https://github.com/vinarmani/swap-protocol/blob/master/swap-protocol-spec.md).
## Development Notes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "ipfs-swap-service",
"version": "1.1.0",
"description": "Prototype token trading API for BCH and SLP tokens.",
"name": "avax-dex",
"version": "1.0.0",
"description": "A DEX for trading tokens on the AVAX X-Chain",
"main": "index.js",
"scripts": {
"start": "node index.js",
@@ -18,10 +18,10 @@
"author": "Chris Troutner <chris.troutner@gmail.com>",
"license": "MIT",
"apidoc": {
"title": "ipfs-swap-service",
"title": "avax-dex",
"url": "localhost:5000"
},
"repository": "christroutner/ipfs-swap-service",
"repository": "Permissionless-Software-Foundation/avax-dex",
"dependencies": {
"@chris.troutner/ipfs": "2.0.2",
"@psf/bch-js": "4.20.26",