Ledger Hardware Wallets with chain-maind
You can use your Ledger hardware wallets to securely manage your CRO assets. Ledger devices are hardware wallets that store your private keys safely in the device and can be used in even unsafe PCs.
Pre-requisites
An initialized Ledger Nano device;
Install the latest firmware on your device;
Download our latest released
chain-maind
binary.
Technical support and enquiries
In case you have any inquiries about using the Ledger device, kindly send a message to the Cronos Discord #technical-questions channel for assistance.
Install the Cronos POS Chain app on your Ledger device
We will use Ledger Nano S for this illustration:
First of all, you will need to install the Cronos POS Chain app on your Ledger device. Kindly make sure your Ledger Live is updated to the latest version.
Step 1 - Connect and unlock your Ledger device
Step 2 - On your Ledger device, go to "Install app", It should show "Open Ledger live to install apps"
Step 3 - On the Ledger Live, find and install Cronos POS Chain in the app catalog under "Manager" as below:
Step 4 - Your Ledger device will display "Processing…". Once the installation is completed, you should see "Installed" on your Ledger Live as below:
You can confirm the installation by checking if the Cronos POS Chain App shows up in the main menu of your Ledger device:
Remark: Once the Cronos POS Chain App is successfully installed, please close the Ledger Live app before proceeding to the next step.
Generate Address with Ledger device
Connect and unlock your Ledger device
Open "Cronos POS Chain" app on the device
Run in your terminal
name
is an arbitrary name for your new key
An address will be displayed on your Ledger device, for example:
Confirm the address on your Ledger device and verify the address displayed on the terminal. They should match each other, for example, if we create a wallet named
ledger_test
, you should see the same address displayed on your terminal after confirming and pressing "Ok" on your ledger device:Your address is generated successfully. You can now use the address for any chain operations.
Query account balance
You can query its balance by running in terminal
address
is the address you have generated. If you didn't copy your address, you can query the address listing it in terminal:
Sign a transaction
In this tutorial, we will send a MsgSend
transaction securely signed by your Ledger device to the chain.
Connect and unlock your Ledger device
Open "Cronos POS Chain" app on the device
For example, if you would like to send
1cro
in the mainnet, in your terminal, you can run:from-address
is the from address generated by your Ledger deviceto-address
is the destination addressIn this command, we are sending
1tcro
from the from address, you can specify other amounts you want.
You will be asked to confirm the details of transaction in your terminal, input
y
to confirm:Transaction details will be displayed on your Ledger device, you can click the right button to read the different details.
Read the transaction details carefully and confirm ONLY when you have reviewed all the details are correct.
The transaction is signed and will be broadcasted.
Wait for a while, and the broadcast result will be shown in your terminal.
Last updated