Comment on page
🔑
Keys and Wallets
You can typically manage your Echelon funds via Metamask. You can find a quick guide under:
If you wish to manage your keys on your local echelond node or validator you can run the following commands
echelond keys list
View all Keys in your keyring
echelond keys add <keyname> --recover --keyring-backend=file
You can import an existing seed phrase with the flag
--recover
or you can add a new key without it. This is using the "file" keyring backend, which prompts you for a password and encrypts your keys in your keyring folder.
You can convert 0x Metamask compatible addresses of Echelon to and from echelon1 bech32 addresses easily from: https://app.ech.network/converter
Last modified 1yr ago