diff --git a/README.md b/README.md index 2665f00..7686d7e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7969a28..d921ec6 100644 --- a/package.json +++ b/package.json @@ -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 ", "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",