Skip to content
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

Added Trezor Guide #58

Merged
merged 1 commit into from
Jun 27, 2024
Merged
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
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ module.exports = {
"guides/interaction",
"guides/temple",
"guides/ledger",
"guides/trezor",
"guides/import-recovery-phrase",
"guides/plate",
"guides/bip-39-passphrase",
Expand Down
44 changes: 44 additions & 0 deletions src/docs/guides/trezor.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: How to import your wallet from Trezor to AirGap
slug: /guides/trezor-to-airgap
---

import BrowserWindow from "@site/src/components/BrowserWindow/BrowserWindow";
import DynamicImage from "@site/src/components/DynamicImage";
import IPhoneWrapper from "@site/src/components/IPhoneWrapper";

To move your funds from Trezor, import the backed-up seed phrase into AirGap by following the guide below.

## Import your recovery phrase from AirGap

Launch AirGap Vault and Click import recovery phrase

<IPhoneWrapper src={"/img/temple/temple6.png"} />

Input your recovery phrase and click the confirm button

<IPhoneWrapper src={"/img/temple/temple7.png"} />

Label your wallet and click the confirm button.

:::note Label
A label is a name to Identify your wallet just in case you have multiple of them in AirGap
:::

<IPhoneWrapper src={"/img/temple/temple8.png"} />

You’ve successfully imported your seed phrase from Trezor to AirGap

<IPhoneWrapper src={"/img/temple/temple9.png"} />

Open the imported secret. Tap on the 3 dots in the top right corner and select "Add Account".

<IPhoneWrapper src={"/img/trezor/1.png"} />

Now, select the account that you want to import and tap "Add Account" button.

<IPhoneWrapper src={"/img/trezor/2.png"} />

If you have setup passphrase on your Trezor, you need to turn on advanced mode and enter the passphrase there. If not, you can simply ignore this step.

<IPhoneWrapper src={"/img/trezor/3.png"} />
Binary file added static/img/trezor/1.png
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 static/img/trezor/2.png
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 static/img/trezor/3.png
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 static/img/trezor/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading