-
Notifications
You must be signed in to change notification settings - Fork 39
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
docs: Add agd query vstorage keys command reference #1122
Conversation
Deploying documentation with Cloudflare Pages
|
Cloudflare deployment logs are available here |
children: | ||
- vault0 | ||
``` | ||
|
||
## Transaction Commands | ||
|
||
Making transactions requires setting up an **account** with a private key for signing. The [basic dapp local chain](../getting-started/#starting-a-local-agoric-blockchain) container has a number of keys set up for use with `--keyring-backend=test`. Use `agd keys list --keyring-backend=test` to see them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes me wonder, do we have any docs on helping users understand creating new keys, keyrings, adding accounts by recovery etc?
might be useful if we don't have anything. will look to see if we have anything here shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... do we have any docs on helping users understand creating new keys, keyrings, adding accounts by recovery etc?
Not much. Maybe you want to open an issue?
We have sort of gotten by assuming folks get that from stuff like the cosmos delegator guide and Interacting with Gaiad (CLI) | Cosmos Hub ... but pages like that keep going 404.
We used to do more validator training; for example: https://github.com/Agoric/agoric-sdk/wiki/Validator-Guide-for-Devnet#if-you-dont-have-an-operator-key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀
Add agd query vstorage keys reference mentioned in #1110