-
Notifications
You must be signed in to change notification settings - Fork 9
How To use Ledger Nano S with MultiversX
Mihai Schiopu edited this page Jan 11, 2023
·
1 revision
A Ledger Nano S is a hardware wallet, which is a very secure storage for private keys. Ledger Nano S also allows it's owner to sign blockchain transactions.
- Your Ledger Nano S device is initialized and has the latest firmware
- Ledger Live is installed and ready to use
- Your Nano S device is connected to the computer.
- In Ledger Liver, open the Manager
- On the device, confirm (allow) interaction with the Manager
- In Ledger Live, find MultiversX in the app catalog and choose Install
- On the device, you see the message Processing...
- Soon, the app installation is confirmed.
- Download the companion TestApp from this page
- If you are using Linux or MacOS, mark the TestApp as executable by running
chmod +x ./ElrondTestApp*
in a terminal - Connect your device to the computer and unlock it
- Open the MultiversX app on the device
- Open the CLI TestApp in a terminal
- You are prompted to confirm your MultiversX address on the device
- After confirmation, your ERD balance is displayed in the TestApp.
- After confirming your address on the device, you are asked to initiate a transaction
- First, enter the destination address, that is, the MultiversX address of the recipient
- Afterwards, enter the amount of EGLD to send
- You are prompted to confirm the details of the transaction on the device
- After checking the displayed details, select Sign transaction on the device
- The CLI TestApp receives the signature and issues the transaction to the blockchain
- A transaction identifier is displayed in the TestApp.
In the near future, the CLI TestApp will be replaced by a companion app with more features. Furthermore, signing transactions through your Ledger device will be supported directly from the MultiversX Web Wallet.