Skip to content

Commit 88bcc54

Browse files
committed
replaces /atomicdex/ in content with /komodo-defi-framework/
1 parent 16773f9 commit 88bcc54

File tree

116 files changed

+2831
-2831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+2831
-2831
lines changed

data-for-gpts/all-content.txt

+525-525
Large diffs are not rendered by default.

data-for-gpts/antara-content.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20607,7 +20607,7 @@ import tutorial7 from "@/public/images/antara/2019-06-24-tutorial-4-img-7.png";
2060720607

2060820608
Each Smart Chain in the Komodo ecosystem can act as a fully tokenizable platform. This provides many opportunities to the developer for creating on-chain assets that represent varying types of value for their users.
2060920609

20610-
For example, tokens can be used to represent real world assets, and users can then trade these tokens using Komodo's [Token DEX](/antara/api/tokens/) and [AtomicDEX](/atomicdex/tutorials/) features. The developer could also create tokens that provide incentives to their audience. Or, tokens can represent collectible assets. These are but a few examples of the usefulness of on-chain tokenization.
20610+
For example, tokens can be used to represent real world assets, and users can then trade these tokens using Komodo's [Token DEX](/antara/api/tokens/) and [AtomicDEX](/komodo-defi-framework/tutorials/) features. The developer could also create tokens that provide incentives to their audience. Or, tokens can represent collectible assets. These are but a few examples of the usefulness of on-chain tokenization.
2061120611

2061220612
## Conceptualizing Tokens
2061320613

data-for-gpts/komodefi-api/all-api-content.txt

+424-424
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/code.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103044,7 +103044,7 @@ pub async fn lp_register_coin(
103044103044
let cctx = CoinsContext::from_ctx(ctx).map_to_mm(RegisterCoinError::Internal)?;
103045103045

103046103046
// TODO AP: locking the coins list during the entire initialization prevents different coins from being
103047-
// activated concurrently which results in long activation time: https://github.com/KomodoPlatform/atomicDEX/issues/24
103047+
// activated concurrently which results in long activation time: https://github.com/KomodoPlatform/komodo-defi-framework/issues/24
103048103048
// So I'm leaving the possibility of race condition intentionally in favor of faster concurrent activation.
103049103049
// Should consider refactoring: maybe extract the RPC client initialization part from coin init functions.
103050103050
let mut coins = cctx.coins.lock().await;

data-for-gpts/komodefi-api/legacy-api-content.txt

+66-66
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/v20-api-content.txt

+62-62
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/v20-dev-api-content.txt

+118-118
Large diffs are not rendered by default.

data-for-gpts/komodo-defi-framework-content.txt

+463-463
Large diffs are not rendered by default.

data-for-gpts/smart-chains-content.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -14310,7 +14310,7 @@ Let's call this local data stored as "Data Mempool" as opposed to the "Mempool/T
1431014310
* if `-dexp2p=1` is used, the node will participate in the p2p data network but doesn't respond to requests from nSPV superlight clients
1431114311
* if `-dexp2p=2` is used, the node will participate in the p2p data network and also responds to requests from nSPV superlight clients
1431214312

14313-
This p2p data transmission and synchronisation layer can be used for any generic data. But, there are certain enhancements made to the RPC that enable the usage of this layer as a Decentralised, Peer to Peer order broadcasting mechanism for the [AtomicDEX-API](../../atomicdex/api/)
14313+
This p2p data transmission and synchronisation layer can be used for any generic data. But, there are certain enhancements made to the RPC that enable the usage of this layer as a Decentralised, Peer to Peer order broadcasting mechanism for the [AtomicDEX-API](../../komodo-defi-framework/api/)
1431414314

1431514315
## Installation
1431614316

@@ -17813,7 +17813,7 @@ After issuing the mining command is issued, can check that the two nodes are con
1781317813

1781417814
If the nodes are properly connected, both nodes will respond with: `"connections": 1`
1781517815

17816-
These are the coins you will later distribute to your community, using either our native DEX, [AtomicDEX](/atomicdex/tutorials/#why-is-atomic-dex-special), or our decentralized-ICO software (coming soon), or on any other third-party exchange.
17816+
These are the coins you will later distribute to your community, using either our native DEX, [AtomicDEX](/komodo-defi-framework/tutorials/#why-is-atomic-dex-special), or our decentralized-ICO software (coming soon), or on any other third-party exchange.
1781717817

1781817818
You can check the contents of the wallet by executing the following command in the terminal:
1781917819

@@ -17861,7 +17861,7 @@ Since the Komodo software began as a fork of Zcash and BTC, essentially all comm
1786117861

1786217862
Furthermore, a key purpose of the Komodo blockchain is to create features and functions that facilitate and enhance your development experience. Information regarding these enhancements is available throughout this documentation.
1786317863

17864-
In addition, since you are building on a Komodo-based blockchain, you have easy access to our multi-coin wallet and atomic-swap powered decentralized exchange, [AtomicDEX](/atomicdex/tutorials/#why-is-atomic-dex-special), the Antara development framework and modules, our decentralized-ICO software, and our future upgrades.
17864+
In addition, since you are building on a Komodo-based blockchain, you have easy access to our multi-coin wallet and atomic-swap powered decentralized exchange, [AtomicDEX](/komodo-defi-framework/tutorials/#why-is-atomic-dex-special), the Antara development framework and modules, our decentralized-ICO software, and our future upgrades.
1786517865

1786617866
## Example commands
1786717867

data-for-gpts/start-here-content.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Integration requires only a few simple steps, and once up and running, you are f
398398

399399
You are free to discover your own audience.
400400

401-
[Read an in-depth discussion about AtomicDEX here.](/atomicdex/tutorials/#why-is-atomic-dex-special)
401+
[Read an in-depth discussion about AtomicDEX here.](/komodo-defi-framework/tutorials/#why-is-atomic-dex-special)
402402
export const title = "Simple Installations";
403403
export const description =
404404
"Install Komodo Smart Chain and AtomicDEX software effortlessly with pre-compiled binaries or Docker images.";
@@ -451,9 +451,9 @@ An explanation of how the image can be used is available in the "Overview" secti
451451

452452
Please see the following links for further details regarding AtomicDEX software.
453453

454-
[Link to Source Code Installation Methods](/atomicdex/setup/)
454+
[Link to Source Code Installation Methods](/komodo-defi-framework/setup/)
455455

456-
[Link to AtomicDEX API](/atomicdex/api/)
456+
[Link to AtomicDEX API](/komodo-defi-framework/api/)
457457
export const title = "The Antara Framework";
458458
export const description = "Antara is an adaptable framework for end-to-end blockchain development.";
459459

@@ -818,7 +818,7 @@ We warn our readers, nevertheless. Every element of the Komodo ecosystem is stil
818818

819819
We created an API model that is generally the same for all coins.
820820

821-
For more information, [please turn to the AtomicDEX documentation.](/atomicdex/)
821+
For more information, [please turn to the AtomicDEX documentation.](/komodo-defi-framework/)
822822
export const title = "Delayed Proof of Work";
823823
export const description =
824824
"Komodo’s form of providing security is called Delayed Proof of Work (dPoW). It builds on the most advanced form of blockchain security in existence.";
@@ -2200,7 +2200,7 @@ Atomic swap technology is unique in that it requires no middleman to hold the as
22002200

22012201
Should either party fail to complete the trade, Komodo's atomic-swap software ensures that all parties receive their funds in return, and neither side receives a reward for the failure.
22022202

2203-
For more information, [discover the AtomicDEX Introduction section here.](/atomicdex/tutorials/)
2203+
For more information, [discover the AtomicDEX Introduction section here.](/komodo-defi-framework/tutorials/)
22042204

22052205
## Block
22062206

@@ -2250,7 +2250,7 @@ A normal user would not call these types of transactions "CC transactions," but
22502250

22512251
A centralized exchange is a corporate entity that allows users to send cryptocurrency funds into the care of the corporation to hold in escrow while the user trades for alternate currencies with other users.
22522252

2253-
For more information about centralized exchanges, [read the Introduction to AtomicDEX here.](/atomicdex/tutorials/#why-is-atomic-dex-special)
2253+
For more information about centralized exchanges, [read the Introduction to AtomicDEX here.](/komodo-defi-framework/tutorials/#why-is-atomic-dex-special)
22542254

22552255
## Cluster
22562256

@@ -2714,7 +2714,7 @@ This allows the developer to later have instant access to Komodo security patche
27142714

27152715
[Link to Komodo Source Code Installation Methods](/smart-chains/setup/installing-from-source/)
27162716

2717-
[Link to AtomicDEX Source Code Installation Methods](/atomicdex/setup/)
2717+
[Link to AtomicDEX Source Code Installation Methods](/komodo-defi-framework/setup/)
27182718

27192719
## Step 1: Reach Out to Our Community on Discord
27202720

@@ -2818,7 +2818,7 @@ As a developer gains understanding of blockchain technology, and as your audienc
28182818

28192819
This section helps the reader to understand why atomic swaps are a key to the future of cryptocurrency trading and how they work.
28202820

2821-
[<b>Link to AtomicDEX and Atomic Swaps Section</b>](/start-here/core-technology-discussions/atomicdex/)
2821+
[<b>Link to AtomicDEX and Atomic Swaps Section</b>](/start-here/core-technology-discussions/komodo-defi-framework/)
28222822

28232823
### Miscellaneous
28242824

@@ -3065,7 +3065,7 @@ The Normal Developer is now nearly finished with a grand tour of the Komodo soft
30653065

30663066
This introductory discussion covers some of the same concepts that the reader encountered in the Core Technology Discussions section, but with several useful additional details.
30673067

3068-
[<b>Link to Introduction to AtomicDEX</b>](/atomicdex/tutorials/#why-is-atomic-dex-special)
3068+
[<b>Link to Introduction to AtomicDEX</b>](/komodo-defi-framework/tutorials/#why-is-atomic-dex-special)
30693069

30703070
## Step 14: Experiment with Atomic Swaps
30713071

@@ -3079,9 +3079,9 @@ Time: 1 Hour
30793079

30803080
Follow this walkthrough to perform your first atomic swaps.
30813081

3082-
[<b>Link to AtomicDEX Walkthrough</b>](/atomicdex/tutorials/atomicdex-walkthrough/#setting-up-the-coin-list)
3082+
[<b>Link to AtomicDEX Walkthrough</b>](/komodo-defi-framework/tutorials/atomicdex-walkthrough/#setting-up-the-coin-list)
30833083

3084-
(If you still need to install AtomicDEX software, [click here for instructions on installing from source code.)](/atomicdex/setup/)
3084+
(If you still need to install AtomicDEX software, [click here for instructions on installing from source code.)](/komodo-defi-framework/setup/)
30853085

30863086
For those Normal Developers who make it this far, congratulations! You have completed the grand tour of the Komodo software suite.
30873087

postman/collections/komodo_defi.postman_collection.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3296,7 +3296,7 @@
32963296
"{{address}}"
32973297
]
32983298
},
3299-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)"
3299+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)"
33003300
},
33013301
"response": [
33023302
{
@@ -3319,7 +3319,7 @@
33193319
"{{address}}"
33203320
]
33213321
},
3322-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)"
3322+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)"
33233323
},
33243324
"_postman_previewlanguage": "JSON",
33253325
"header": null,
@@ -3346,7 +3346,7 @@
33463346
"{{address}}"
33473347
]
33483348
},
3349-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)"
3349+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nfts)"
33503350
},
33513351
"_postman_previewlanguage": "JSON",
33523352
"header": null,
@@ -3387,7 +3387,7 @@
33873387
"{{address}}"
33883388
]
33893389
},
3390-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nft-transfers](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-a-list-of-nft-transfers)"
3390+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nft-transfers](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-a-list-of-nft-transfers)"
33913391
},
33923392
"response": []
33933393
},
@@ -3423,7 +3423,7 @@
34233423
"{{address}}"
34243424
]
34253425
},
3426-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-nft-metadata](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#get-nft-metadata)"
3426+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-nft-metadata](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#get-nft-metadata)"
34273427
},
34283428
"response": []
34293429
},
@@ -3459,7 +3459,7 @@
34593459
"{{address}}"
34603460
]
34613461
},
3462-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#refresh-nft-metadata](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#refresh-nft-metadata)"
3462+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#refresh-nft-metadata](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#refresh-nft-metadata)"
34633463
},
34643464
"response": []
34653465
},
@@ -3495,7 +3495,7 @@
34953495
"{{address}}"
34963496
]
34973497
},
3498-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#update-nft](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#update-nft)"
3498+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#update-nft](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#update-nft)"
34993499
},
35003500
"response": []
35013501
},
@@ -3531,7 +3531,7 @@
35313531
"{{address}}"
35323532
]
35333533
},
3534-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#withdraw-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#withdraw-nfts)"
3534+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#withdraw-nfts](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#withdraw-nfts)"
35353535
},
35363536
"response": []
35373537
},
@@ -3567,7 +3567,7 @@
35673567
"{{address}}"
35683568
]
35693569
},
3570-
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#erc-1155-withdraw-example](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/atomicdex/api/v20-dev/non_fungible_tokens/#erc-1155-withdraw-example)"
3570+
"description": "[https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#erc-1155-withdraw-example](https://nft-methods.komodo-docs-revamp-2023.pages.dev/en/docs/komodo-defi-framework/api/v20-dev/non_fungible_tokens/#erc-1155-withdraw-example)"
35713571
},
35723572
"response": [
35733573
{

src/pages/antara/tutorials/beginner-series-part-4/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import tutorial7 from "@/public/images/antara/2019-06-24-tutorial-4-img-7.png";
1515

1616
Each Smart Chain in the Komodo ecosystem can act as a fully tokenizable platform. This provides many opportunities to the developer for creating on-chain assets that represent varying types of value for their users.
1717

18-
For example, tokens can be used to represent real world assets, and users can then trade these tokens using Komodo's [Token DEX](/antara/api/tokens/) and [AtomicDEX](/atomicdex/tutorials/) features. The developer could also create tokens that provide incentives to their audience. Or, tokens can represent collectible assets. These are but a few examples of the usefulness of on-chain tokenization.
18+
For example, tokens can be used to represent real world assets, and users can then trade these tokens using Komodo's [Token DEX](/antara/api/tokens/) and [AtomicDEX](/komodo-defi-framework/tutorials/) features. The developer could also create tokens that provide incentives to their audience. Or, tokens can represent collectible assets. These are but a few examples of the usefulness of on-chain tokenization.
1919

2020
## Conceptualizing Tokens
2121

0 commit comments

Comments
 (0)