Skip to content

Commit

Permalink
Merge 3dd3d02 into eb2bc41
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Jul 26, 2024
2 parents eb2bc41 + 3dd3d02 commit 2cdd30b
Show file tree
Hide file tree
Showing 165 changed files with 902 additions and 42 deletions.
61 changes: 57 additions & 4 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,11 @@
"example-of-eth-type",
"example-of-qrc20-type",
"example-of-tendermint-type",
"example-of-utxo-type"
"example-of-utxo-type",
"filter-criteria",
"example-4",
"paging-options",
"example-5"
],
"src/pages/komodo-defi-framework/api/common_structures/lightning/index.mdx": [
"lightning-network-structures",
Expand Down Expand Up @@ -3883,17 +3887,36 @@
"src/pages/komodo-wallet/mobile/delete-seed-phrase/index.mdx": [
"how-to-delete-seed-wallet-from-komodo-mobile-wallet"
],
"src/pages/komodo-wallet/mobile/export-swap-data-from-your-komodo-wallet-mobile-application/index.mdx": [
"export-swap-data-from-your-komodo-wallet-mobile-application"
],
"src/pages/komodo-wallet/mobile/how-to-deactivate-coins-using-komodo-wallet/index.mdx": [
"how-to-deactivate-coins-using-komodo-wallet-mobile"
],
"src/pages/komodo-wallet/mobile/how-to-export-view-private-keys-or-and-seed-phrase-in-komodo-wallet-mobile/index.mdx": [
"how-to-export-view-private-keys-or-and-seed-phrase-in-komodo-wallet-mobile"
],
"src/pages/komodo-wallet/mobile/how-to-use-the-address-book-in-komodo-wallet/index.mdx": [
"how-to-use-the-address-book-in-komodo-wallet-mobile",
"what-is-the-address-book",
"where-is-the-address-book",
"how-do-i-add-contacts-and-addresses",
"how-to-use-the-address-book"
],
"src/pages/komodo-wallet/mobile/how-to-use-the-advanced-mode-in-komodo-wallet/index.mdx": [
"how-to-use-the-advanced-mode-in-komodo-wallet-mobile"
],
"src/pages/komodo-wallet/mobile/index.mdx": [
"komodo-mobile-wallet-tutorials"
],
"src/pages/komodo-wallet/mobile/komodo-wallet-faq/index.mdx": [
"komodo-wallet-mobile-faq"
],
"src/pages/komodo-wallet/mobile/perform-cross-chain-atomic-swaps/index.mdx": [
"how-to-perform-cross-chain-atomic-swaps-using-komodo-mobile-wallet",
"prerequisites",
"instructions"
],
"src/pages/komodo-wallet/mobile/recover-seed-phrase/index.mdx": [
"how-to-recover-seed-on-komodo-mobile-wallet"
],
"src/pages/komodo-wallet/mobile/restore-a-wallet/index.mdx": [
"how-to-restore-wallet-using-komodo-mobile-wallet"
],
Expand All @@ -3908,6 +3931,36 @@
"src/pages/komodo-wallet/mobile/withdraw-or-send-funds/index.mdx": [
"how-to-withdraw-or-send-funds-using-komodo-mobile-wallet"
],
"src/pages/komodo-wallet/web/how-to-activate-assets-in-komodo-web-wallet/index.mdx": [
"how-to-activate-assets-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-connect-trezor-in-komodo-web-wallet/index.mdx": [
"how-to-connect-trezor-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-create-wallet-in-komodo-web-wallet/index.mdx": [
"how-to-create-wallet-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-deactivate-assets-in-komodo-web-wallet/index.mdx": [
"how-to-deactivate-assets-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-do-a-maker-swap-in-komodo-web-wallet/index.mdx": [
"how-to-do-a-maker-swap-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-do-a-taker-swap-in-komodo-web-wallet/index.mdx": [
"how-to-do-a-taker-swap-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-import-wallet-in-komodo-web-wallet/index.mdx": [
"how-to-import-wallet-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-receive-funds-in-komodo-web-wallet/index.mdx": [
"how-to-receive-funds-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/how-to-withdraw-send-funds-in-komodo-web-wallet/index.mdx": [
"how-to-withdraw-send-funds-in-komodo-web-wallet"
],
"src/pages/komodo-wallet/web/index.mdx": [
"komodo-mobile-wallet-tutorials"
],
"src/pages/notary/generate-privkeys-for-third-party-coins-from-passphrase/index.mdx": [
"how-to-generate-address-and-private-key-wif-for-3rd-party-coins-using-passphrase",
"install-dependencies",
Expand Down
69 changes: 67 additions & 2 deletions src/data/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,77 @@
"href": "/komodo-wallet/mobile/view-ongoing-orders-and-swap-history/"
},
{
"title": "Recover Seed on Komodo Mobile Wallet",
"href": "/komodo-wallet/mobile/recover-seed-phrase/"
"title": "How to Export/View Private Keys or/and Seed Phrase in Komodo Wallet Mobile",
"href": "/komodo-wallet/mobile/how-to-export-view-private-keys-or-and-seed-phrase-in-komodo-wallet-mobile/"
},
{
"title": "Delete Seed (Wallet) on Komodo Mobile Wallet",
"href": "/komodo-wallet/mobile/delete-seed-phrase/"
},
{
"title": "Export Swap Data from Your Komodo Wallet Mobile Application",
"href": "/komodo-wallet/mobile/export-swap-data-from-your-komodo-wallet-mobile-application/"
},
{
"title": "How to Deactivate Coins Using Komodo Wallet",
"href": "/komodo-wallet/mobile/how-to-deactivate-coins-using-komodo-wallet/"
},
{
"title": "How to Use the Address Book in Komodo Wallet",
"href": "/komodo-wallet/mobile/how-to-use-the-address-book-in-komodo-wallet/"
},
{
"title": "How to Use the Advanced Mode in Komodo Wallet",
"href": "/komodo-wallet/mobile/how-to-use-the-advanced-mode-in-komodo-wallet/"
},
{
"title": "Komodo Wallet FAQ",
"href": "/komodo-wallet/mobile/komodo-wallet-faq/"
}
]
},
{
"title": "User Guides (Web)",
"links": [
{
"title": "Introduction",
"href": "/komodo-wallet/web/"
},
{
"title": "How to Activate Assets in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-activate-assets-in-komodo-web-wallet/"
},
{
"title": "How to Connect Trezor in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-connect-trezor-in-komodo-web-wallet/"
},
{
"title": "How to Create Wallet in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-create-wallet-in-komodo-web-wallet/"
},
{
"title": "How to Deactivate Assets in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-deactivate-assets-in-komodo-web-wallet/"
},
{
"title": "How to Do a Maker Swap in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-do-a-maker-swap-in-komodo-web-wallet/"
},
{
"title": "How to Do a Taker Swap in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-do-a-taker-swap-in-komodo-web-wallet/"
},
{
"title": "How to Import Wallet in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-import-wallet-in-komodo-web-wallet/"
},
{
"title": "How to Receive Funds in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-receive-funds-in-komodo-web-wallet/"
},
{
"title": "How to Withdraw/Send Funds in Komodo Web Wallet",
"href": "/komodo-wallet/web/how-to-withdraw-send-funds-in-komodo-web-wallet/"
}
]
},
Expand Down
Binary file added src/images/komodefi-maniq.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/komodefi-maniq.webp
Binary file not shown.
Binary file added src/images/mobile/address-book-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/address-book-08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/export-swap-data-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/export-swap-data-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/export-swap-data-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/export-swap-data-04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-add-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-add-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-add-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mobile/how-to-create-01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/mobile/how-to-create-01.png
Binary file not shown.
Binary file modified src/images/mobile/how-to-create-02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-create-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-create-04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-create-05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-create-06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-create-07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/mobile/how-to-create-08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/mobile/how-to-create-09.jpg
Diff not rendered.
Binary file removed src/images/mobile/how-to-create-10.jpg
Diff not rendered.
Binary file added src/images/mobile/how-to-deactivate-01.jpg
Binary file added src/images/mobile/how-to-deactivate-02.jpg
Binary file modified src/images/mobile/how-to-delete-wallet-01.jpg
Binary file modified src/images/mobile/how-to-delete-wallet-02.jpg
Binary file modified src/images/mobile/how-to-delete-wallet-03.jpg
Binary file modified src/images/mobile/how-to-perform-01.jpg
Binary file modified src/images/mobile/how-to-perform-02.jpg
Binary file modified src/images/mobile/how-to-perform-03.jpg
Binary file modified src/images/mobile/how-to-perform-04.jpg
Binary file modified src/images/mobile/how-to-perform-05.jpg
Binary file modified src/images/mobile/how-to-recover-01.jpg
Binary file modified src/images/mobile/how-to-recover-02.jpg
Binary file modified src/images/mobile/how-to-recover-03.jpg
Binary file added src/images/mobile/how-to-use-advanced-01.jpg
Binary file added src/images/mobile/how-to-use-advanced-02.jpg
Binary file added src/images/mobile/how-to-use-advanced-03.jpg
Binary file added src/images/mobile/how-to-use-advanced-04.jpg
Binary file added src/images/mobile/how-to-use-advanced-05.jpg
Binary file added src/images/mobile/how-to-use-advanced-06.jpg
Binary file added src/images/mobile/how-to-use-advanced-07.jpg
Binary file added src/images/mobile/how-to-use-advanced-08.jpg
Binary file added src/images/mobile/how-to-use-advanced-09.jpg
Binary file added src/images/mobile/how-to-use-advanced-10.jpg
Binary file added src/images/mobile/how-to-use-advanced-11.jpg
Binary file added src/images/mobile/view-export-seed-01.jpg
Binary file added src/images/mobile/view-export-seed-02.jpg
Binary file added src/images/mobile/view-export-seed-03.jpg
Binary file added src/images/mobile/view-export-seed-04.jpg
Binary file added src/images/mobile/view-export-seed-05.jpg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-01.jpeg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-02.jpeg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-03.jpeg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-04.jpeg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-05.jpeg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-06.jpeg
Binary file modified src/images/voting/how-to-vote-komodo-wallet-mobile-07.jpeg
Diff not rendered.
Binary file modified src/images/voting/how-to-vote-komodo-wallet-web-02.png
Binary file modified src/images/voting/how-to-vote-komodo-wallet-web-03.png
Diff not rendered.
Binary file modified src/images/voting/how-to-vote-komodo-wallet-web-05.png
Binary file modified src/images/voting/how-to-vote-komodo-wallet-web-06.png
Binary file added src/images/web/connect-trezor-01.jpg
Binary file added src/images/web/connect-trezor-02.jpg
Binary file added src/images/web/connect-trezor-03.jpg
Binary file added src/images/web/connect-trezor-04.jpg
Binary file added src/images/web/connect-trezor-05.jpg
Binary file added src/images/web/connect-trezor-06.jpg
Binary file added src/images/web/connect-trezor-07.jpg
Binary file added src/images/web/connect-trezor-08.jpg
Binary file added src/images/web/connect-trezor-09.jpg
Binary file added src/images/web/deactivate-web-01.jpg
Binary file added src/images/web/deactivate-web-02.jpg
Binary file added src/images/web/deactivate-web-03.jpg
Binary file added src/images/web/deactivate-web-04.jpg
Binary file added src/images/web/how-to-add-web-01.jpg
Binary file added src/images/web/how-to-add-web-02.jpg
Binary file added src/images/web/how-to-add-web-03.jpg
Binary file added src/images/web/how-to-add-web-04.jpg
Binary file added src/images/web/how-to-add-web-05.jpg
Binary file added src/images/web/how-to-create-web-01.jpg
Binary file added src/images/web/how-to-create-web-02.jpg
Binary file added src/images/web/how-to-create-web-03.jpg
Binary file added src/images/web/how-to-create-web-04.jpg
Binary file added src/images/web/how-to-create-web-05.jpg
Binary file added src/images/web/import-wallet-web-01.jpg
Binary file added src/images/web/import-wallet-web-02.jpg
Binary file added src/images/web/import-wallet-web-03.jpg
Binary file added src/images/web/import-wallet-web-04.jpg
Binary file added src/images/web/import-wallet-web-05.jpg
Binary file added src/images/web/import-wallet-web-06.jpg
Binary file added src/images/web/maker-swap-01.jpg
Binary file added src/images/web/maker-swap-02.jpg
Binary file added src/images/web/maker-swap-03.jpg
Binary file added src/images/web/maker-swap-04.jpg
Binary file added src/images/web/maker-swap-05.jpg
Binary file added src/images/web/maker-swap-06.jpg
Binary file added src/images/web/maker-swap-07.jpg
Binary file added src/images/web/maker-swap-08.jpg
Binary file added src/images/web/maker-swap-09.jpg
Binary file added src/images/web/maker-swap-10.jpg
Binary file added src/images/web/maker-swap-11.jpg
Binary file added src/images/web/maker-swap-12.jpg
Binary file added src/images/web/receive-web-01.jpg
Binary file added src/images/web/receive-web-02.jpg
Binary file added src/images/web/receive-web-03.jpg
Binary file added src/images/web/taker-swap-01.jpg
Binary file added src/images/web/taker-swap-02.jpg
Binary file added src/images/web/taker-swap-03.jpg
Binary file added src/images/web/taker-swap-04.jpg
Binary file added src/images/web/taker-swap-05.jpg
Binary file added src/images/web/taker-swap-06.jpg
Binary file added src/images/web/taker-swap-07.jpg
Binary file added src/images/web/taker-swap-08.jpg
Binary file added src/images/web/taker-swap-09.jpg
Binary file added src/images/web/withdraw-send-01.jpg
Binary file added src/images/web/withdraw-send-02.jpg
Binary file added src/images/web/withdraw-send-03.jpg
Binary file added src/images/web/withdraw-send-04.jpg
Binary file added src/images/web/withdraw-send-05.jpg
Binary file added src/images/web/withdraw-send-06.jpg
Binary file added src/images/web/withdraw-send-07.jpg
48 changes: 48 additions & 0 deletions src/pages/komodo-defi-framework/api/common_structures/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,51 @@ The `WithdrawFee` object varies depending on the coin or token type. Refer to th
}
```
</CollapsibleSection>

### FilterCriteria

The `FilterCriteria` object includes different criteria to filter from the different recent swaps:

| Parameter | Type | Description |
| ---------- | ------------------------ | ---------------------------------------------------------------------- |
| status | object | Return only swaps that match the specified status (e.g., "completed"). |
| date\_from | string (ISO 8601 format) | Return only swaps that started on or after this date. |
| date\_to | string (ISO 8601 format) | Return only swaps that started before this date. |

<CollapsibleSection expandedText="Hide Examples" collapsedText="Show Examples">
#### Example

```json
{
"filter": {
"status": "completed",
"date_from": "2024-01-01T00:00:00Z",
"date_to": "2024-07-01T00:00:00Z"
}
}
```
</CollapsibleSection>

### PagingOptions

The `PagingOptions` object includes options of page selection to consult when looking for recent swaps:

| Parameter | Type | Description |
| ------------ | ---------------- | ---------------------------------------------------------------------------------------------------------------------- |
| from\_uuid | string (or null) | Skips records until this UUID, excluding the record with this UUID. Convenient for infinite scrolling implementations. |
| limit | number | Limits the number of returned swaps. |
| page\_number | number | Returns limit swaps from the selected page. This parameter is ignored if from\_uuid is set. |

<CollapsibleSection expandedText="Hide Examples" collapsedText="Show Examples">
#### Example

```json
{
"paging_options": {
"from_uuid": null,
"limit": 10,
"page_number": 1
}
}
```
</CollapsibleSection>
1 change: 1 addition & 0 deletions src/pages/komodo-wallet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ This section of the documentation contains end user guides for the Komodo Wallet

* (Mobile)\[/komodo-wallet/mobile/]
* (Desktop)\[/komodo-wallet/desktop/]
* (Web)\[/komodo-wallet/web/]
16 changes: 5 additions & 11 deletions src/pages/komodo-wallet/mobile/create-a-new-wallet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ export const title = "Create a New Wallet";
export const description =
"This guide describes how to create a new wallet using Komodo Mobile Wallet.";

import howToCreate1 from "@/public/images/docs/mobile/how-to-create-01.png";
import howToCreate1 from "@/public/images/docs/mobile/how-to-create-01.jpg";
import howToCreate2 from "@/public/images/docs/mobile/how-to-create-02.jpg";
import howToCreate3 from "@/public/images/docs/mobile/how-to-create-03.jpg";
import howToCreate4 from "@/public/images/docs/mobile/how-to-create-04.jpg";
import howToCreate5 from "@/public/images/docs/mobile/how-to-create-05.jpg";
import howToCreate6 from "@/public/images/docs/mobile/how-to-create-06.jpg";
import howToCreate7 from "@/public/images/docs/mobile/how-to-create-07.jpg";
import howToCreate8 from "@/public/images/docs/mobile/how-to-create-08.jpg";
import howToCreate9 from "@/public/images/docs/mobile/how-to-create-09.jpg";
import howToCreate10 from "@/public/images/docs/mobile/how-to-create-10.jpg";

# How to Create a New Wallet Using Komodo Mobile Wallet

Expand All @@ -33,10 +31,6 @@ import howToCreate10 from "@/public/images/docs/mobile/how-to-create-10.jpg";

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate4} alt="How to create a new wallet using Komodo Mobile Wallet" />

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate5} alt="How to create a new wallet using Komodo Mobile Wallet" />

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate6} alt="How to create a new wallet using Komodo Mobile Wallet" />

* Create a password to encrypt your seed

Make sure to use a strong password with a combination of at least one capital letter, one small letter, a symbol, and numbers.
Expand All @@ -45,16 +39,16 @@ Make sure to use a strong password with a combination of at least one capital le

If normal encryption takes longer on your phone, enable "Fast encryption" and try again.

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate7} alt="How to create a new wallet using Komodo Mobile Wallet" />
<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate5} alt="How to create a new wallet using Komodo Mobile Wallet" />

* Create a PIN

In the next two steps you will be asked to provide a custom six digit PIN. You will need this PIN every time you want to access Komodo Wallet.

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate8} alt="How to create a new wallet using Komodo Mobile Wallet" />
<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate6} alt="How to create a new wallet using Komodo Mobile Wallet" />

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate9} alt="How to create a new wallet using Komodo Mobile Wallet" />
<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate7} alt="How to create a new wallet using Komodo Mobile Wallet" />

Upon completion, Komodo Mobile Wallet returns you to the dashboard.

<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate10} alt="How to create a new wallet using Komodo Mobile Wallet" />
<OptimizedImage title="How to create a new wallet using Komodo Mobile Wallet" src={howToCreate8} alt="How to create a new wallet using Komodo Mobile Wallet" />
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import howToDelete3 from "@/public/images/docs/mobile/how-to-delete-wallet-03.jp

<DevComment>
[Make sure that you backup your seed
beforehand.](/komodo-wallet/mobile/recover-seed-phrase/)
beforehand.](/komodo-wallet/mobile/delete-seed-phrase/)
</DevComment>

* Click on "Settings" then scroll to the bottom and select the red "Delete Wallet" option
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
export const title = "Export swap data from your Komodo Wallet Mobile application";
export const description =
"This guide describes how to export swap data from your Komodo Wallet Mobile application.";

import exportSwapData1 from "@/public/images/docs/mobile/export-swap-data-01.jpg";
import exportSwapData2 from "@/public/images/docs/mobile/export-swap-data-02.jpg";
import exportSwapData3 from "@/public/images/docs/mobile/export-swap-data-03.jpg";
import exportSwapData4 from "@/public/images/docs/mobile/export-swap-data-04.jpg";

# Export swap data from your Komodo Wallet Mobile application

* You can follow this guide to export and backup your data (Swaps/Contacts/Notes) from Komodo Wallet mobile in case you want to reinstall the app or use the app on another device. You may also be asked to export data of specific swaps to help debug/recover stuck trades in case of bugs.

In most cases, the data in an exported swap file can’t be used to maliciously steal funds from you. But, in specific circumstances, for example, when you are acting as a maker and the maker payment is yet to be refunded back to you, the taker of the swap **CAN** claim those coins if they have access to the data from the exported swap file. So, please take care to not share the file and its password publicly. You may only share the file and it’s password with a trusted person and only for the sake of debugging a swap or getting help with reclaiming coins stuck in a swap.

* **This process doesn’t backup your Seed words or Privkeys. You need to back them up separately.**

* **·** Login to your app and tap the “More” button at the bottom right corner

<OptimizedImage title=" Export swap data from your Komodo Wallet Mobile application" src={exportSwapData1} alt=" Export swap data from your Komodo Wallet Mobile application" />;

* **·** Tap “Settings”

<OptimizedImage title=" Export swap data from your Komodo Wallet Mobile application" src={exportSwapData2} alt=" Export swap data from your Komodo Wallet Mobile application" />;

* **·** And then "Export" on the next screen

<OptimizedImage title=" Export swap data from your Komodo Wallet Mobile application" src={exportSwapData3} alt=" Export swap data from your Komodo Wallet Mobile application" />;

* **·** Now select all the items you wish to export and set a password. Then, select the “Export” button. You will see a share dialog with all the available options.

<OptimizedImage title=" Export swap data from your Komodo Wallet Mobile application" src={exportSwapData4} alt=" Export swap data from your Komodo Wallet Mobile application" />;

* **·** Keep the file and the password safe if you wish to restore them later
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
export const title = "How to Deactivate Coins Using Komodo Wallet Mobile";
export const description =
"This guide describes how to deactivate coins that are currently activated using Komodo Mobile Wallet.";

import howToDeactivate1 from "@/public/images/docs/mobile/how-to-deactivate-01.jpg";
import howToDeactivate2 from "@/public/images/docs/mobile/how-to-deactivate-02.jpg";

# How to Deactivate Coins Using Komodo Wallet Mobile

* Log in to your wallet and go to the **“Portfolio”** page.
* To log in to your wallet, you view the [How to Create Wallet guide](/komodo-wallet/mobile/how-to-deactivate-coins-using-komodo-wallet/) or [How to Import Wallet guide](/komodo-wallet/mobile/how-to-deactivate-coins-using-komodo-wallet/)
* For coin activation, refer to [How to Activate Coin guide](/komodo-wallet/mobile/how-to-deactivate-coins-using-komodo-wallet/)

* To remove a coin from the Portfolio page, **swipe left** on the coin which you want to disable.

<OptimizedImage title=" How to Deactivate Coins Using Komodo Wallet Mobile" src={howToDeactivate1} alt=" How to Deactivate Coins Using Komodo Wallet Mobile" />

* Tap on the **Disable** button.

* A confirmation window will appear. Press the **Confirm** button to deactivate the selected coin.

<OptimizedImage title=" How to Deactivate Coins Using Komodo Wallet Mobile" src={howToDeactivate2} alt=" How to Deactivate Coins Using Komodo Wallet Mobile" />

* **Note:** KMD and BTC are **Default** coins, you **can not** disable those coins.
Loading

0 comments on commit 2cdd30b

Please sign in to comment.