-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Generate multiple keypairs for mnemonic #1718
Comments
I'm not in favor of support this via rpc calls or anything that needs to interact with a running node, but I agree that would be a nice feature to have. we have the something like |
Oh no I was thinking stg far more simpler like |
right,
I think this would be useful on its own and is not limited to anvil. we could add this to |
I guess in the end, what this feature is about is get all the info anvil prints out in a easily parsable fashion instead of handwriting regexp, so maybe |
Currently |
@robertabbott check this out |
* Adds config_out option to anvil * Write config data to file with config_out option provided * format * Remove extra info from config out because the whole point is to make it easy to interact with the config programatically * Address comments - make code more idiomatic
Additional context: #3818 |
Marking as complete, requested feature is available using |
Component
Anvil
Describe the feature you would like
It would be nice to have the ability to ask Anvil to spit out the private keys into a JSON file or stg as to enable programmatic interaction with it (instead of manually copy paste the key(s)).
Additional context
No response
The text was updated successfully, but these errors were encountered: