You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In ~/.celestia-light-mocha-4/keys/keyring-test there are some entries, but are cryptic! Not sure what they mean...
$ cel-key list --keyring-backend test --node.type light --p2p.network mocha-4
using directory: ~/.celestia-light-mocha-4/keys
- address: celestia1r4...4fn9
name: my_celes_key
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AuBok...a/XD"}'
type: local
I would love to see more docs with common workflows for interacting with various networks with cel-key, unclear if this is the common tool to use more than basic experiments though so likely not worth the effort? 🤷
The text was updated successfully, but these errors were encountered:
On getting started, I don't want to blindly use a random key that I am not sure how to backup and recover from (even for testnet funds from a faucet).
https://docs.celestia.org/how-to-guides/quick-start#key-management-with-cel-key suggests you can manage keys better with
cel-key
but there is no instructions as to how to manage the key thatcelestia state account-address
reports.https://docs.celestia.org/tutorials/celestia-node-key#view-all-options-for-cel-key plus too mich time fiddling to figure out the incantation... I am able to see this works
I would love to see more docs with common workflows for interacting with various networks with
cel-key
, unclear if this is the common tool to use more than basic experiments though so likely not worth the effort? 🤷The text was updated successfully, but these errors were encountered: