-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ledger user guide for interlay app
Signed-off-by: Gregory Hill <[email protected]>
- Loading branch information
Showing
6 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |