Skip to content

Commit 8eca192

Browse files
committed
feat: add ledger user guide for interlay app
Signed-off-by: Gregory Hill <[email protected]>
1 parent 9f30b1b commit 8eca192

File tree

6 files changed

+35
-0
lines changed

6 files changed

+35
-0
lines changed
Loading
70.2 KB
Loading
Loading
7.68 KB
Loading

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [Tokenomics](interlay/tokenomics.md)
1616
* [Governance](interlay/governance.md)
1717
* [Use iBTC](interlay/earn-with-ibtc.md)
18+
* [Ledger](interlay/ledger.md)
1819

1920
* **Kintsugi Canarynet**
2021

docs/interlay/ledger.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Ledger (WIP)
2+
3+
## User Guide
4+
5+
!> Make sure the Interlay app is open on your Ledger device!
6+
7+
1. Open the [Polkadot-JS Apps UI](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fapi.interlay.io%2Fparachain#/explorer) on the Interlay network
8+
2. Go to the "Settings" tab and select the option "Attach Ledger via WebUSB" for "manage hardware connections". Click "Save" to keep your settings.
9+
3. Go to the "Account" tab and you will see a new button that says "Add via Ledger". Click it.
10+
4. Set your account name, and choose the account type and address index. (You should now be able to find a new account with the type "ledger")
11+
12+
![Add Device](../_assets/img/ledger/interlay/add-device.png)
13+
14+
### Address
15+
16+
You can verify a public address on the Ledger device by clicking "Show address on hardware device".
17+
18+
![Show Address](../_assets/img/ledger/interlay/show-address.png)
19+
20+
### Transactions
21+
22+
Go to the "Extrinsics" tab and craft the "Submission". Supported calls are listed [here](https://github.com/Zondax/ledger-interlay#tokens).
23+
24+
![Extrinsic](../_assets/img/ledger/interlay/extrinsic.png)
25+
26+
Click the "Submit Transaction" button.
27+
28+
![Submit](../_assets/img/ledger/interlay/submit.png)
29+
30+
The app will now display the transaction information, review this and then "REJECT" to cancel or "APPROVE" to sign.
31+
32+
## Developers
33+
34+
Follow the build instructions specified [here](https://github.com/Zondax/ledger-interlay).

0 commit comments

Comments
 (0)