Skip to content

Commit

Permalink
Merge pull request #58 from ashishb1052002/main
Browse files Browse the repository at this point in the history
Added Trezor Guide
  • Loading branch information
ashishb1052002 authored Jun 27, 2024
2 parents 8945102 + 1101707 commit 916ce60
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
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.

0 comments on commit 916ce60

Please sign in to comment.