Skip to content

chore(docs): add ledger device infos #6827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/content/_snippets/about-iota/ledger_devices.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:::info Supported Ledger Devices

| Device | Minimum Firmware Version | Notes |
|--------------------|--------------------------|-------|
| Ledger Nano S | 0.9.2 | The app on the this device has to be [installed manually](#manually-for-deprecated-devices-such-as-ledger-nano-s) because it is deprecated. |
| Ledger Nano S Plus | 0.9.3 | |
| Ledger Nano X | 0.9.3 | |

:::info Upcoming Ledger Devices

Support of Ledger Stax and Flex is in the works.

:::
8 changes: 5 additions & 3 deletions docs/content/about-iota/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ teams:
- iotaledger/research
description: Frequently asked question about IOTA Rebased, Move and the IOTA Rebased Proposal.
---
import LedgerDevices from '../_snippets/about-iota/ledger_devices.mdx';
import ValidatorRequirementsTab from '../_snippets/operator/validator-requirements-tab.mdx'

# FAQs
Expand Down Expand Up @@ -118,9 +119,10 @@ Firefly IOTA is no longer compatible with the new IOTA Mainnet. Please migrate t
3. See: [Getting Started with the IOTA Wallet](../about-iota/iota-wallet/getting-started.mdx)

### Using a Ledger Device:
1. Ensure your IOTA Ledger App is up to date:
- **Latest version**: 0.9.3
- **Ledger Nano S** (deprecated): 0.9.2

<LedgerDevices />

1. Ensure your IOTA Ledger App is up to date
2. Install via Ledger Live.
3. See: [Use IOTA Wallet with a Ledger Device](../about-iota/iota-wallet/how-to/integrate-ledger.mdx)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ teams:
- iotaledger/tooling
tags: [iota-wallet]
---
import LedgerDevices from '../../../_snippets/about-iota/ledger_devices.mdx';

# Use IOTA Wallet with a Ledger Device

Expand All @@ -18,6 +19,8 @@ Before connecting your Ledger device to IOTA Wallet, ensure the following:
- Set up your Ledger device and update it to the latest firmware.
- Install [Ledger Live](https://www.ledger.com/ledger-live) and confirm that your device can connect successfully.

<LedgerDevices />

## Install the IOTA App on Your Ledger Device

To use IOTA Wallet with Ledger, install the IOTA app on your device through Ledger Live or manually.
Expand Down
Loading