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

feat: add ledger user guide for interlay app #294

Open
wants to merge 1 commit into
base: master
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
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 docs/_assets/img/ledger/interlay/extrinsic.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 docs/_assets/img/ledger/interlay/show-address.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 docs/_assets/img/ledger/interlay/submit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* [Tokenomics](interlay/tokenomics.md)
* [Governance](interlay/governance.md)
* [Use iBTC](interlay/earn-with-ibtc.md)
* [Ledger](interlay/ledger.md)

* **Kintsugi Canarynet**

Expand Down
34 changes: 34 additions & 0 deletions docs/interlay/ledger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Ledger (WIP)

## User Guide

!> Make sure the Interlay app is open on your Ledger device!

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
2. Go to the "Settings" tab and select the option "Attach Ledger via WebUSB" for "manage hardware connections". Click "Save" to keep your settings.
3. Go to the "Account" tab and you will see a new button that says "Add via Ledger". Click it.
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")

![Add Device](../_assets/img/ledger/interlay/add-device.png)

### Address

You can verify a public address on the Ledger device by clicking "Show address on hardware device".

![Show Address](../_assets/img/ledger/interlay/show-address.png)

### Transactions

Go to the "Extrinsics" tab and craft the "Submission". Supported calls are listed [here](https://github.com/Zondax/ledger-interlay#tokens).

![Extrinsic](../_assets/img/ledger/interlay/extrinsic.png)

Click the "Submit Transaction" button.

![Submit](../_assets/img/ledger/interlay/submit.png)

The app will now display the transaction information, review this and then "REJECT" to cancel or "APPROVE" to sign.

## Developers

Follow the build instructions specified [here](https://github.com/Zondax/ledger-interlay).