diff --git a/authors.json b/authors.json index 7f2e44ca..047e8c69 100644 --- a/authors.json +++ b/authors.json @@ -56,7 +56,9 @@ }, "borngraced": { "username": "borngraced", - "commit_emails": ["samiodev@icloud.com"], + "commit_emails": [ + "samiodev@icloud.com" + ], "socials": { "twitter": "", "linkedin": "" diff --git a/src/pages/antara/api/gaming/index.mdx b/src/pages/antara/api/gaming/index.mdx index 5c25e6b7..8c638a04 100644 --- a/src/pages/antara/api/gaming/index.mdx +++ b/src/pages/antara/api/gaming/index.mdx @@ -1,5 +1,6 @@ export const title = "Antara Gaming SDK"; -export const description = "This module-based software is programmed in C++ 17 and is designed for high-speed runtime execution."; +export const description = + "This module-based software is programmed in C++ 17 and is designed for high-speed runtime execution."; # Gaming @@ -9,7 +10,7 @@ Welcome to the Antara Gaming SDK documentation. This module-based software is pr -The modules of the Antara Gaming SDK rely on other modules, such as [Oracles](oracles) +The modules of the Antara Gaming SDK rely on other modules, such as [Oracles](/antara/api/oracles/) diff --git a/src/pages/antara/api/pegs/index.mdx b/src/pages/antara/api/pegs/index.mdx index ed18cc05..bbeaf79a 100644 --- a/src/pages/antara/api/pegs/index.mdx +++ b/src/pages/antara/api/pegs/index.mdx @@ -1,5 +1,6 @@ export const title = "Pegs: Creating Decentralized Stablecoins"; -export const description = "The Pegs Antara Module is a mechanism for creating a decentralized stablecoin."; +export const description = + "The Pegs Antara Module is a mechanism for creating a decentralized stablecoin."; # Pegs @@ -23,19 +24,19 @@ For example, a stablecoin can be pegged to a common fiat currency, such as USD o The Pegs Antara Module requires interactivity with several additional Antara Modules, including the following: -- The [Gateways](gateways) Module +- The [Gateways](/antara/api/gateways/) Module - This module acts as a bridge between the Smart Chain where Pegs is active and an external cryptocurrency - The external cryptocurrency must be based on the Bitcoin protocol - Typically, this external Smart Chain features a coin, such as KMD, that is tradeable in many venues across the cryptocurrency industry - On the external cryptocurrency blockchain, a user sends cryptocurrency coins to a multisignature address that is controlled by the Gateways Module, which locks the coins against further spending for the duration of the usage of the Pegs Module - - On the Pegs-related Smart Chain, the Gateways Module then issues to the user [tokens](tokens) that represent the value of the user's locked funds -- The [Tokens](tokens) Module + - On the Pegs-related Smart Chain, the Gateways Module then issues to the user [tokens](/antara/api/tokens/) that represent the value of the user's locked funds +- The [Tokens](/antara/api/tokens/) Module - This module provides the functionality necessary to manage a cryptocurrency-based token system in coordination with the Gateways Module - These tokens represent the (now locked) value of the external Bitcoin-protocol or Komodo-protocol based cryptocurrency - These tokens can be spent and traded as actual cryptocurrency; the user who returns them to the Gateways Module at a later time will unlock and receive the associated external funds -- The [Oracles](oracles) Module +- The [Oracles](/antara/api/oracles/) Module - This module uses an [oraclefeed](https://github.com/KomodoPlatform/komodo/blob/master/src/cc/dapps/oraclefeed.c) app to provide information to the Gateways Module about tokens a user deposits -- The [Prices](prices) Module +- The [Prices](/antara/api/prices/) Module - The Prices Module obtains data from a range of external sources (defined by a developer) and makes this information available on the Pegs Smart Chain - This module utilizes functionality from the Oracles Module to transfer the obtained data from the real world into the digital world - The Prices Module is responsible for tracking the value of an external asset (including assets external to the Komodo ecosystem) for on-chain price mimicry @@ -47,7 +48,7 @@ There are several technical elements involved in the Pegs Antara Module that col ###### Creating a Tokenized Cryptocurrency to Back the Stablecoin -The first aspect relies on three different Antara Modules: [Gateways,](gateways) [Tokens,](tokens) and [Oracles.](oracles) +The first aspect relies on three different Antara Modules: [Gateways,](/antara/api/gateways/) [Tokens,](/antara/api/tokens/) and [Oracles.](/antara/api/oracles/) On any cryptocurrency blockchain that is built on the Bitcoin protocol, such as `KMD`, users send funds to a multisignature address that is controlled by the Komodo-based Gateways Module that is active on this chain. The Gateways Module locks these funds against further spending at this time. @@ -57,7 +58,7 @@ As these tokens are `1:1` representations of the locked funds, the value of thes ###### Creating a Reliable Rate of Exchange Between the Stablecoin and the Backing Cryptocurrency -The second aspect relies on the [Prices](./prices) Antara Module. +The second aspect relies on the [Prices](/antara/api/prices/) Antara Module. Before the user can exchange their tokens for a stablecoin, the Smart Chain must be able to determine the stablecoin's projected market value (such as the market value of `USD`). diff --git a/src/pages/antara/tutorials/pegs-module-creator-tutorial/index.mdx b/src/pages/antara/tutorials/pegs-module-creator-tutorial/index.mdx index fb38d323..24ec34db 100644 --- a/src/pages/antara/tutorials/pegs-module-creator-tutorial/index.mdx +++ b/src/pages/antara/tutorials/pegs-module-creator-tutorial/index.mdx @@ -1,5 +1,6 @@ export const title = "Pegs Module Creator Tutorial"; -export const description = "This tutorial assists the reader in discovering the process of creating a new Smart Chain with an active stablecoin using the Pegs Antara Module."; +export const description = + "This tutorial assists the reader in discovering the process of creating a new Smart Chain with an active stablecoin using the Pegs Antara Module."; # Pegs Module Creator Tutorial @@ -494,4 +495,4 @@ Any new node joining the `CREATORUSDK` network must use the new launch parameter ## Test the Setup -Follow the [Pegs Module Tutorial - User](pegs-module-user-tutorial) documentation to continue learning about the Pegs Antara Module. +Follow the [Pegs Module Tutorial - User](/antara/tutorials/pegs-module-user-tutorial) documentation to continue learning about the Pegs Antara Module. diff --git a/src/pages/atomicdex/api/v20-dev/hd_wallets_overview/index.mdx b/src/pages/atomicdex/api/v20-dev/hd_wallets_overview/index.mdx index ab463f66..a1dfafe1 100644 --- a/src/pages/atomicdex/api/v20-dev/hd_wallets_overview/index.mdx +++ b/src/pages/atomicdex/api/v20-dev/hd_wallets_overview/index.mdx @@ -1,5 +1,6 @@ export const title = "AtomicDEX: HD Wallets Overview"; -export const description = "This document describes all the methods available to activate coins, generate addresses etc., in Hardware Wallet mode."; +export const description = + "This document describes all the methods available to activate coins, generate addresses etc., in Hardware Wallet mode."; # HD Wallets Overview @@ -9,14 +10,12 @@ For example, you can activate DOC with seed phrase or private key in Iguana mode To get started, [configure and launch the AtomicDEX API](/atomicdex/setup/), then plug in your Trezor hardware wallet device. - ## Initialisation and authentication: -- Initialise connection with your Trezor with [task::init_trezor::init](trezor_initialisation/#task-init-trezor-init) -- Check the status of the connecton with [task::init_trezor::status](trezor_initialisation/#task-init-trezor-status) -- Cancel authentication process with [task::init_trezor::cancel](trezor_initialisation/#task-init-trezor-cancel) -- Authenticate using PIN or phrase with [task::init_trezor::user_action](trezor_initialisation/#task-init-trezor-user-action) - +- Initialise connection with your Trezor with [task::init_trezor::init](/atomicdex/api/v20-dev/trezor_initialisation/#task-init-trezor-init) +- Check the status of the connecton with [task::init_trezor::status](/atomicdex/api/v20-dev/trezor_initialisation/#task-init-trezor-status) +- Cancel authentication process with [task::init_trezor::cancel](/atomicdex/api/v20-dev/trezor_initialisation/#task-init-trezor-cancel) +- Authenticate using PIN or phrase with [task::init_trezor::user_action](/atomicdex/api/v20-dev/trezor_initialisation/#task-init-trezor-user-action) ## UTXO Coin Activation in Hardware Mode: @@ -24,31 +23,27 @@ To get started, [configure and launch the AtomicDEX API](/atomicdex/setup/), the - Check the activation status with [task::enable_utxo::status](/atomicdex/api/v20-dev/coin_activation_tasks/#task-enable-utxo-status) - Authenticate the activation with [task::enable_utxo::user_action](/atomicdex/api/v20-dev/coin_activation_tasks/#task-enable-utxo-user-action) - ## QTUM Coin Activation in Hardware Mode: - Use [task::enable_qtum::init](/atomicdex/api/v20-dev/coin_activation_tasks/#task-enable-qtum-init) for QTUM Ecosystem coins. - Check the activation status with [task::enable_qtum::status](/atomicdex/api/v20-dev/coin_activation_tasks/#task-enable-qtum-status) - Authenticate the activation with [task::enable_qtum::user_action](/atomicdex/api/v20-dev/coin_activation_tasks/#task-enable-qtum-user-action) - ## Withdrawing your Funds: -- Prepare a transaction with [task::withdraw::init](withdraw_tasks/#withdraw-init) -- Check the status of the transaction preparation with [task::withdraw::status](withdraw_tasks/#withdraw-status) -- Cancel the transaction preparation with [task::withdraw::cancel](withdraw_tasks/#withdraw-cancel) - +- Prepare a transaction with [task::withdraw::init](/atomicdex/api/v20-dev/withdraw_tasks/#withdraw-init) +- Check the status of the transaction preparation with [task::withdraw::status](/atomicdex/api/v20-dev/withdraw_tasks/#withdraw-status) +- Cancel the transaction preparation with [task::withdraw::cancel](/atomicdex/api/v20-dev/withdraw_tasks/#withdraw-cancel) ## Viewing Hardware Wallet Coin Balances: -- Initialise the balance request with [task::account_balance::init](account_balance_tasks/#task-account-balance-init) -- Check the status of the balance request with [task::account_balance::status](account_balance_tasks/#task-account-balance-status) - +- Initialise the balance request with [task::account_balance::init](/atomicdex/api/v20-dev/account_balance_tasks/#task-account-balance-init) +- Check the status of the balance request with [task::account_balance::status](/atomicdex/api/v20-dev/account_balance_tasks/#task-account-balance-status) ## Creating New Addresses: -- Use [can_get_new_address](hd_address_management/#can-get-new-address) to determine if your current address has been used, or should be updated. -- Use [get_new_address](hd_address_management/#get-new-address) to generate a new address +- Use [can_get_new_address](/atomicdex/api/v20-dev/hd_address_management/#can-get-new-address) to determine if your current address has been used, or should be updated. +- Use [get_new_address](/atomicdex/api/v20-dev/hd_address_management/#get-new-address) to generate a new address @@ -57,12 +52,10 @@ These methods (and others with a `task::` prefix) will be linked to a numeric - ## Details for HwError error type When requesting the status of a task, if an `error_type` of `HwError` is returned, the GUI / User should check the details in `error_data` field to know which action is required (as detailed below). - ### FoundUnexpectedDevice The connected Trezor device has a different pubkey value than what was specified in the `device_pubkey` parameter @@ -84,7 +77,6 @@ The connected Trezor device has a different pubkey value than what was specified } ``` - ### FoundMultipleDevices Multiple Trezor devices are plugged in. Remove the additional devices, and keep the one you want to use plugged in. diff --git a/src/pages/atomicdex/api/v20-dev/zhtlc_coins/index.mdx b/src/pages/atomicdex/api/v20-dev/zhtlc_coins/index.mdx index ee79aa88..fad9680c 100644 --- a/src/pages/atomicdex/api/v20-dev/zhtlc_coins/index.mdx +++ b/src/pages/atomicdex/api/v20-dev/zhtlc_coins/index.mdx @@ -1,11 +1,12 @@ export const title = "AtomicDEX: ZHTLC Coin Methods"; -export const description = "The methods in this document allow activation and management of ZHTLC coins like ARRR, ZOMBIE."; +export const description = + "The methods in this document allow activation and management of ZHTLC coins like ARRR, ZOMBIE."; # ZHTLC Coin Methods ZHTLC coins, like Pirate (ARRR) and the test coin ZOMBIE take a little longer to enable, and use a new two step method to enable. Activation can take a little while the first time, as we need to download some block cache data, and build a wallet database. Subsequent enabling will be faster, but still take a bit longer than other coins. The second step for activation is optional, but allows us to check the status of the activation process. -To withdraw ZHTLC coins, you need to use the [task::withdraw](withdraw_tasks) methods: +To withdraw ZHTLC coins, you need to use the [task::withdraw](/atomicdex/api/v20-dev/withdraw_tasks/) methods: - Generate a transaction with `task::withdraw::init` - Query its status with `task::withdraw::status` diff --git a/src/pages/atomicdex/api/v20/enable_erc20/index.mdx b/src/pages/atomicdex/api/v20/enable_erc20/index.mdx index 164db961..c0b9d9ce 100644 --- a/src/pages/atomicdex/api/v20/enable_erc20/index.mdx +++ b/src/pages/atomicdex/api/v20/enable_erc20/index.mdx @@ -1,9 +1,10 @@ export const title = "AtomicDEX Method: Enable ERC20"; -export const description = "The enable_erc20 method allows you to activate additional ERC20 like tokens of a EVM type platform coin."; +export const description = + "The enable_erc20 method allows you to activate additional ERC20 like tokens of a EVM type platform coin."; # enable_erc20 -The `enable_erc20` method allows you to activate additional ERC20 like tokens of a EVM type platform coin. Before using this method, you first need to use the [enable_eth_with_tokens](enable_eth_with_tokens) method. +The `enable_erc20` method allows you to activate additional ERC20 like tokens of a EVM type platform coin. Before using this method, you first need to use the [enable_eth_with_tokens](/atomicdex/api/v20/enable_eth_with_tokens/) method. | parameter | Type | Description | | ---------------------------------------- | ------- | -------------------------------------------------------------------------------------------------- | @@ -26,7 +27,6 @@ The `enable_erc20` method allows you to activate additional ERC20 like tokens of ``` - ## Response ```json diff --git a/src/pages/atomicdex/api/v20/enable_slp/index.mdx b/src/pages/atomicdex/api/v20/enable_slp/index.mdx index 53d67f05..35d2a13f 100644 --- a/src/pages/atomicdex/api/v20/enable_slp/index.mdx +++ b/src/pages/atomicdex/api/v20/enable_slp/index.mdx @@ -1,9 +1,10 @@ export const title = "AtomicDEX Method: Enable SLP"; -export const description = "The enable_slp method allows you to activate additional SLP tokens."; +export const description = + "The enable_slp method allows you to activate additional SLP tokens."; # enable_slp -The `enable_slp` method allows you to activate additional SLP tokens. Before using this method, you first need to use the [enable_bch_with_tokens](enable_bch_with_tokens) method. +The `enable_slp` method allows you to activate additional SLP tokens. Before using this method, you first need to use the [enable_bch_with_tokens](/atomicdex/api/v20/enable_bch_with_tokens) method. | parameter | Type | Description | | ---------------------------------------- | ------- | -------------------------------------------------------------------------------------------------- | @@ -26,7 +27,6 @@ The `enable_slp` method allows you to activate additional SLP tokens. Before usi ``` - ## Response ```json diff --git a/src/pages/atomicdex/api/v20/enable_tendermint_token/index.mdx b/src/pages/atomicdex/api/v20/enable_tendermint_token/index.mdx index 9b4e7764..2b1701e4 100644 --- a/src/pages/atomicdex/api/v20/enable_tendermint_token/index.mdx +++ b/src/pages/atomicdex/api/v20/enable_tendermint_token/index.mdx @@ -1,9 +1,10 @@ export const title = "AtomicDEX Method: Enable Tendermint Token"; -export const description = "The enable_tendermint_token method allows you to activate additional Tendermint assets."; +export const description = + "The enable_tendermint_token method allows you to activate additional Tendermint assets."; # enable_tendermint_token -The `enable_tendermint_token` method allows you to activate additional Tendermint assets. Before using this method, you first need to use the [enable_tendermint_with_assets](enable_tendermint_with_assets) method. +The `enable_tendermint_token` method allows you to activate additional Tendermint assets. Before using this method, you first need to use the [enable_tendermint_with_assets](/atomicdex/api/v20/enable_tendermint_with_assets) method. | parameter | Type | Description | | ---------------------------------------- | ------- | -------------------------------------------------------------------------------------------------- | @@ -26,7 +27,6 @@ The `enable_tendermint_token` method allows you to activate additional Tendermin ``` - ## Response ```json diff --git a/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx b/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx index b9065fec..3468e6bf 100644 --- a/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx +++ b/src/pages/start-here/core-technology-discussions/delayed-proof-of-work/index.mdx @@ -1,5 +1,6 @@ export const title = "Delayed Proof of Work"; -export const description = "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."; +export const description = + "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."; # Delayed Proof of Work @@ -531,7 +532,7 @@ The nature of mining in the Komodo ecosystem serves as an incentive to motivate The Komodo network on a surface-level is a minable network, like other PoW networks. Any technically savvy user can activate a device capable of mining the Komodo network, and thereby process users’ transactions, mine blocks, and receive rewards. For these miners, the Komodo protocol functions in almost the exact same manner as the Bitcoin blockchain. -Understanding the similarities will explain to the reader the motivations for the notary nodes and other Komodo miners to secure the Komodo network. The differences, on the other hand, are explained [in another section of the Core Technology Discussions.](start-here/core-technology-discussions/miscellaneous#details-regarding-kmd-main-chain) +Understanding the similarities will explain to the reader the motivations for the notary nodes and other Komodo miners to secure the Komodo network. The differences, on the other hand, are explained [in another section of the Core Technology Discussions.](/start-here/core-technology-discussions/miscellaneous/#details-regarding-kmd-main-chain) (See the section regarding the 5.1% rewards allocated to all users who hold at @@ -624,7 +625,7 @@ On a default PoW-based Smart Chain, therefore, the recipient of any transaction An important aside here is that Komodo Smart Chains have additional settings beyond the default PoW-based setup that reduce the time required to wait for notarizations. In some instances, the waiting time can be eliminated. The - [Channels Antara Module](antara/api/channels/#introduction) is an effective + [Channels Antara Module](/antara/api/channels/#introduction) is an effective example, as this module allows instantaneous secure transactions. diff --git a/utils/_fileData.json b/utils/_fileData.json index 13621952..afbc0f34 100644 --- a/utils/_fileData.json +++ b/utils/_fileData.json @@ -102,20 +102,20 @@ } }, "/antara/api/gaming": { - "dateModified": "2023-05-24T13:18:47.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" + }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/antara/api/gateways": { @@ -217,20 +217,20 @@ } }, "/antara/api/pegs": { - "dateModified": "2023-05-31T18:19:46.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" + }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/antara/api/prices": { @@ -693,20 +693,20 @@ } }, "/antara/tutorials/pegs-module-creator-tutorial": { - "dateModified": "2023-05-31T18:19:46.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" + }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/antara/tutorials/pegs-module-user-tutorial": { @@ -891,8 +891,12 @@ } }, "/atomicdex/api/legacy/buy": { - "dateModified": "2023-05-31T18:19:46.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -900,15 +904,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/legacy/cancel_all_orders": { @@ -954,7 +954,7 @@ } }, "/atomicdex/api/legacy/coin_activation": { - "dateModified": "2023-08-28T11:25:14.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ { "name": "\"gcharang\"", @@ -1210,8 +1210,12 @@ } }, "/atomicdex/api/legacy/get_trade_fee": { - "dateModified": "2023-05-31T18:19:46.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -1219,15 +1223,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/legacy/help": { @@ -1463,8 +1463,12 @@ } }, "/atomicdex/api/legacy/my_tx_history": { - "dateModified": "2023-06-01T18:03:10.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -1472,15 +1476,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/legacy/order_status": { @@ -1606,8 +1606,12 @@ } }, "/atomicdex/api/legacy/sell": { - "dateModified": "2023-05-24T13:18:47.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -1615,15 +1619,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/legacy/send_raw_transaction": { @@ -1854,8 +1854,12 @@ } }, "/atomicdex/api/legacy/withdraw": { - "dateModified": "2023-06-01T18:03:10.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -1863,15 +1867,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20/add_delegation": { @@ -1959,8 +1959,12 @@ } }, "/atomicdex/api/v20/enable_erc20": { - "dateModified": "2023-05-24T13:18:47.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -1968,15 +1972,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20/enable_eth_with_tokens": { @@ -2001,8 +2001,12 @@ } }, "/atomicdex/api/v20/enable_slp": { - "dateModified": "2023-05-24T13:18:47.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2010,20 +2014,20 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20/enable_tendermint_token": { - "dateModified": "2023-05-24T13:18:47.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2031,15 +2035,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20/enable_tendermint_with_assets": { @@ -2421,8 +2421,12 @@ } }, "/atomicdex/api/v20/withdraw": { - "dateModified": "2023-06-01T18:03:10.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2430,20 +2434,20 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/account_balance_tasks": { - "dateModified": "2023-06-01T17:59:27.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2451,20 +2455,20 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/coin_activation_tasks": { - "dateModified": "2023-06-07T13:42:23.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2472,15 +2476,11 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/get_current_mtp": { @@ -2505,8 +2505,12 @@ } }, "/atomicdex/api/v20-dev/get_locked_amount": { - "dateModified": "2023-06-01T18:03:10.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2514,20 +2518,20 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/hd_address_management": { - "dateModified": "2023-06-01T18:03:10.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2535,36 +2539,32 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/hd_wallets_overview": { - "dateModified": "2023-06-01T18:03:10.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" + }, { "name": "\"smk762\"", "email": "smk762@iinet.net.au" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev": { @@ -2695,8 +2695,12 @@ } }, "/atomicdex/api/v20-dev/trezor_initialisation": { - "dateModified": "2023-06-01T17:59:27.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2704,20 +2708,20 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/withdraw_tasks": { - "dateModified": "2023-06-01T17:59:27.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" @@ -2725,20 +2729,20 @@ { "name": "\"smk762\"", "email": "smk762@iinet.net.au" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/api/v20-dev/zhtlc_coins": { - "dateModified": "2023-07-12T15:53:49.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ + { + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" + }, { "name": "\"smk762\"", "email": "smk762@iinet.net.au" @@ -2746,15 +2750,11 @@ { "name": "\"gaeacodes\"", "email": "gaeacodes@gmail.com" - }, - { - "name": "\"gcharang\"", - "email": "21151592+gcharang@users.noreply.github.com" } ], "lastContributor": { - "name": "\"smk762\"", - "email": "smk762@iinet.net.au" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/atomicdex/changelog": { @@ -3118,7 +3118,7 @@ } }, "/atomicdex/tutorials/listing-a-coin-on-atomicdex": { - "dateModified": "2023-08-28T13:18:42.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ { "name": "\"gcharang\"", @@ -3279,20 +3279,20 @@ } }, "/historical/cc-jl/chapter06": { - "dateModified": "2023-05-24T13:18:47.000Z", + "dateModified": "2023-08-29T10:32:15.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" + }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/historical/cc-jl/chapter07": { @@ -3743,20 +3743,20 @@ } }, "/smart-chains/api/crosschain": { - "dateModified": "2023-06-01T17:59:27.000Z", + "dateModified": "2023-08-29T11:03:48.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" + }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/smart-chains/api/disclosure": { @@ -4313,20 +4313,20 @@ } }, "/start-here/core-technology-discussions/delayed-proof-of-work": { - "dateModified": "2023-06-01T17:59:27.000Z", + "dateModified": "2023-08-31T10:39:14.000Z", "contributors": [ - { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" - }, { "name": "\"gcharang\"", "email": "21151592+gcharang@users.noreply.github.com" + }, + { + "name": "\"gaeacodes\"", + "email": "gaeacodes@gmail.com" } ], "lastContributor": { - "name": "\"gaeacodes\"", - "email": "gaeacodes@gmail.com" + "name": "\"gcharang\"", + "email": "21151592+gcharang@users.noreply.github.com" } }, "/start-here/core-technology-discussions": {