diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..a58d2d2 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +18.18.2 \ No newline at end of file diff --git a/packages/dexs-starter-kit/README.md b/packages/dexs-starter-kit/README.md index db2a726..0601545 100644 --- a/packages/dexs-starter-kit/README.md +++ b/packages/dexs-starter-kit/README.md @@ -1,5 +1,5 @@ # DEX Starter Kit -This module includes the integration of [@kaiachain/dex-contracts](https://github.com/kaiachain/open-dex-contracts). +This module includes the integration of [@kaiachain/open-dex-contracts](https://github.com/kaiachain/open-dex-contracts). # How to setup locally `npm install` diff --git a/packages/dexs-starter-kit/docs/FolderStructure.md b/packages/dexs-starter-kit/docs/FolderStructure.md index a8d818b..afd66dd 100644 --- a/packages/dexs-starter-kit/docs/FolderStructure.md +++ b/packages/dexs-starter-kit/docs/FolderStructure.md @@ -1,5 +1,5 @@ # Folder Structure -- **[/contracts](../contracts)** - includes typechains of all the DEX's contracts i.e: [@kaiachain/dex-contracts](https://www.npmjs.com/package/@kaiachain/dex-contracts) +- **[/contracts](../contracts)** - includes typechains of all the DEX's contracts i.e: [@kaiachain/open-dex-contracts](https://www.npmjs.com/package/@kaiachain/open-dex-contracts) - **[/core](../core)** - includes all the integration scripts of DEX-contracts core functionalities - **[/Swap.ts](../core/Swap.ts)** - includes all the integration scripts of DEX's Swap contract - **[/Liquidity.ts](../core/Liquidity.ts)** - includes all the integration scripts of DEX's Liquidity contract diff --git a/packages/dexs-starter-kit/docs/Prerequisites.md b/packages/dexs-starter-kit/docs/Prerequisites.md index 80b5305..bcbd55d 100644 --- a/packages/dexs-starter-kit/docs/Prerequisites.md +++ b/packages/dexs-starter-kit/docs/Prerequisites.md @@ -11,5 +11,5 @@ fulfill the following prerequisites - StakingFactory - Some `KIP7` utility tokens e.g. atleast 3,4 Token contracts 3. if you don't have already deployed the contracts, please deploy them using [this](https://github.com/kaiachain/open-dex-contracts/blob/dev/README.md) documentation -4. if you need more details about flow of each above-mentioned DEX contracts please refer to `@kaiachain/dex-contracts` repository [here](https://github.com/kaiachain/open-dex-contracts/blob/dev/docs/dex-specification.md) +4. if you need more details about flow of each above-mentioned DEX contracts please refer to `@kaiachain/open-dex-contracts` repository [here](https://github.com/kaiachain/open-dex-contracts/blob/dev/docs/dex-specification.md) 5. if you just want to get already deployed DEX & util contracts, please check it out [here](https://github.com/kaiachain/open-dex-frontend/blob/dev/dex-config.example.json). diff --git a/packages/dexs-starter-kit/docs/typedoc/README.md b/packages/dexs-starter-kit/docs/typedoc/README.md index 4072aac..ca678d0 100644 --- a/packages/dexs-starter-kit/docs/typedoc/README.md +++ b/packages/dexs-starter-kit/docs/typedoc/README.md @@ -1,7 +1,7 @@ @kaiachain/kss-dexs / [Modules](modules.md) # DEX Starter Kit -This module of Kaia-SDK includes the integration of [@kaiachain/dex-contracts](https://github.com/kaiachain/open-dex-contracts). +This module of Kaia-SDK includes the integration of [@kaiachain/open-dex-contracts](https://github.com/kaiachain/open-dex-contracts). # How to setup locally `npm install` diff --git a/packages/dexs-starter-kit/package.json b/packages/dexs-starter-kit/package.json index c4d58b8..9532e84 100644 --- a/packages/dexs-starter-kit/package.json +++ b/packages/dexs-starter-kit/package.json @@ -1,7 +1,7 @@ { "name": "@kaiachain/kss-dexs", - "version": "1.0.0", - "description": "Includes dex-contracts integration & use-cases", + "version": "1.0.1", + "description": "Includes open-dex-contracts integration & use-cases", "exports": { ".": "./dist/core/index.js" },