-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soroban-cli: rename config identity
to config key
#1053
Comments
We could also do top level
This would let you have named public addresses including contracts. |
I think there's value in keeping a local address book separate to keys. To make it really clear offer no ambiguity about what are keys a user owns vs other addresses. i.e.:
|
What is confusing though is a key also has an address. So anywhere we use an Alternatively we could also have prefixes on the addresses. E.g. |
Could you share some examples of what you mean? |
For starters, if you have
|
Rather than prefixes I'd make it a unified space where the addressbook is a superset of the keys, and registering an address in the addressbook under a name that has a key or vice versa would be an error. |
I think we should consider renaming
config identity
toconfig key
.Keys are buried in the soroban-cli under the
config identity
command. It's easy to miss it and think the soroban command doesn't do key generation or key management.While identity is a nice name for a number of reasons of why we picked it, it reduces the discoverability.
The text was updated successfully, but these errors were encountered: