Skip to content

Commit

Permalink
Fix markdown lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzen committed Sep 29, 2024
1 parent df09f13 commit 57681f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions docs/wiki/Client-Installation-and-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ checkmark in the "native" column, no external software is required.
| Dogecoin | x | [v1.14.7.0](https://dogecoin.com/) | x | |
| Zcash | x | [v5.4.2](https://z.cash/download/) | x | |
| Dash | x | [v20.1.1](https://github.com/dashpay/dash/releases) | x |

Check failure on line 58 in docs/wiki/Client-Installation-and-Configuration.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Table column count

docs/wiki/Client-Installation-and-Configuration.md:58:92 MD056/table-column-count Table column count [Expected: 5; Actual: 4; Too few cells, row will be missing data] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md056.md
| Firo | x | [v0.14.13.3](https://github.com/firoorg/firo/releases) | [v4.1.5.5](https://github.com/firoorg/electrum-firo/releases) |
| Firo | x | [v0.14.13.3](https://github.com/firoorg/firo/releases) | [v4.1.5.5](https://github.com/firoorg/electrum-firo/releases) | |

NOTE: The Electrum option is less mature and provides less privacy than the
other wallet types. Some manual configuration of the Electrum wallet's RPC
Expand Down Expand Up @@ -91,19 +91,19 @@ several blocks.
2. In your web browser, navigate to <http://localhost:5758>. Skip this step if
using Decrediton.

<img src="images/omnibar-client.png" width="320">
<img src="images/omnibar-client.png" width="320" alt="">

3. Set your new **client application password**. You will use this password to
perform all future security-sensitive client operations.

<img src="images/client-pw.png" width="320">
<img src="images/client-pw.png" width="320" alt="">

NOTE: Checking the "Remember my password" box only applies to the current
session. It is easiest for most users to have it checked.

4. After creating your app password, you'll be taken to the `Quick Configuration` form:

<img src="images/quick-config.png" width="350">
<img src="images/quick-config.png" width="350" alt="">

The selected native wallets will be created for you and you'll be connected
to the selected DEX server when you submit the form.
Expand All @@ -118,7 +118,7 @@ several blocks.
via the "gears" icon in the top navigation bar to retrieve your application
seed later.

<img src="images/view-seed.png" width="360">
<img src="images/view-seed.png" width="360" alt="">

6. That's it! You'll be redirected to the wallets page after step 4 above.

Expand Down
24 changes: 12 additions & 12 deletions docs/wiki/DEX-Trading-Account-Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ account.
1. Go to the `Markets` Page.
2. Find the `Create Account` button and click it.

<img src="./images/create-account-market-page.png" width="300">
<img src="./images/create-account-market-page.png" width="300" alt="">

3. The DEX host will show all offered markets, and a choice of assets with which
you can lock in a bond to enable trading. Select the asset you wish to use.

<img src="images/choose-bond-asset.png" width="400">
<img src="images/choose-bond-asset.png" width="400" alt="">

**NOTE**: A dedicate wiki page describing time-locked fidelity bonds will be
created, but in short, fidelity bonds are funds redeemable only by you, but
Expand All @@ -36,7 +36,7 @@ account.
wallet and click "Create!". The wallet will begin to synchronize with the
asset's network.

<img src="images/create-btc.png" width="360">
<img src="images/create-btc.png" width="360" alt="">

5. The next form will show you synchronization progress, and give you the
deposit address for your wallet and the minimum amount you should deposit to
Expand All @@ -45,7 +45,7 @@ account.
(i.e. be mined in a block) before the form will update your balance. This
form will be skipped if the wallet is already funded and synchronized.

<img src="images/sync-fund-btc.png" width="360">
<img src="images/sync-fund-btc.png" width="360" alt="">

**IMPORTANT**: This is your own wallet, and you can send as much as you
like to it since *only* the amount required for the bond will be spent in the
Expand All @@ -72,15 +72,15 @@ account.
time-locked fidelity bond, the form will update, and you should click the
button to create and broadcast your bond transaction.

<img src="images/register-button.png" width="360">
<img src="images/register-button.png" width="360" alt="">

After proceeding, the available balance will be the amount you deposited
in the previous step minus this bond amount and transaction fees.

7. You will then be taken to the **Markets** page, where you must wait for
confirmations on your bond transaction:

<img src="images/wait-for-confs.png" width="360">
<img src="images/wait-for-confs.png" width="360" alt="">

While waiting, you may create additional wallets either directly from the
displayed market or on the Wallets page accessible from the navigation bar at
Expand All @@ -89,7 +89,7 @@ account.
After the transaction is confirmed, the application will submit the bond for
validation and you will be ready to trade:

<img src="images/bond-accepted.png" width="360">
<img src="images/bond-accepted.png" width="360" alt="">

It is recommended to export bond information whenever they are created since
they are not automatically restored from just the application seed,
Expand All @@ -111,7 +111,7 @@ need to export it. Here's how you can do it:
2. Click on the DEX account in the `Registered Dexes` list. In this example, it
will be `dex.decred.org:7232 ⚙️`

<img src="./images/dex-account-settings.png" width="360">
<img src="./images/dex-account-settings.png" width="360" alt="">

3. On the DEX account settings view, click `Export Account`.
4. Select the directory where you want to save the `.json` file. Make sure to
Expand All @@ -125,11 +125,11 @@ here's how you can do it:
1. Go to the `Settings` Page.
2. Click on `Import Account`.

<img src="./images/dex-account-import.png" width="300">
<img src="./images/dex-account-import.png" width="300" alt="">

3. Choose the exported DEX account `.json` file by clicking on `load from file`.

<img src="./images/import-dex-from-file.png" width="300">
<img src="./images/import-dex-from-file.png" width="300" alt="">

4. Click `Authorize Import`.

Expand All @@ -155,12 +155,12 @@ To add a new DEX server:
1. Go to the `Settings` page.
2. Click on `Add a DEX`.

<img src="./images/add-dex-account.png" width="300">
<img src="./images/add-dex-account.png" width="300" alt="">

3. Enter the address a known DEX server that you would like to use. and select
the DEX server TLS file after clicking on `add a file`.

<img src="images/add-dex.png" width="320">
<img src="images/add-dex.png" width="320" alt="">

**NOTE**: If you just want to view the markets without being able to trade,
check the "No account" box. You will have an opportunity to create an
Expand Down
4 changes: 2 additions & 2 deletions docs/wiki/Ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ From the "Wallets" page of the DEX application, you select Ethereum from the
left menu, which will show you your ETH balance if you already have a
wallet, or you will see a "Create a Ethereum Wallet" button:

<img src="images/eth-create-wallet.png" width="320">
<img src="images/eth-create-wallet.png" width="320" alt="">

When you click the button, you will be able to specify one or more RPC provider
endpoints. You can provide a single endpoint, but it is recommended to specify
more than one for redundancy. Click the "+" icon at the right to add additional
providers.

<img src="images/eth-wallet-settings.png" width="320">
<img src="images/eth-wallet-settings.png" width="320" alt="">

The types of endpoints that are supported are:

Expand Down

0 comments on commit 57681f4

Please sign in to comment.