Skip to content

Commit

Permalink
Merge pull request #5 from kaiachain/feat/dexs_main
Browse files Browse the repository at this point in the history
Updated Open dex contracts
  • Loading branch information
praveen-kaia authored Aug 12, 2024
2 parents 8f52d76 + ef6cc2f commit 3d042e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
2 changes: 1 addition & 1 deletion packages/dexs-starter-kit/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/dexs-starter-kit/docs/FolderStructure.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/dexs-starter-kit/docs/Prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion packages/dexs-starter-kit/docs/typedoc/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions packages/dexs-starter-kit/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 3d042e7

Please sign in to comment.