mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Merge pull request #1 from Permissionless-Software-Foundation/ct-unstable
fix(CI/CD): Testing CI/CD system
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](http://standardjs.com) [](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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user