We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
solo
solo account create
--private-key
--amount
solo account update
--account-id
solo account get
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 0.22.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
jeromy-cannon
Successfully merging a pull request may close this issue.
solo
that can be funded using the treasury accountNew commands:
solo account create
: creates a new account with a new key and stores the key in the Kubernetes secrets--private-key
: will use the passed in key instead of generating a new key--amount
: the amount of HBAR to add to the account from the treasure accountsolo account update
: updates an existing account with the provided info--account-id
: the account id to update--private-key
: a new private key to assign to the account--amount
: the amount of HBAR to add to the account from the treasure accountsolo account get
: gets the account info including the current amount of HBAR--account-id
: the account id to get info onThe text was updated successfully, but these errors were encountered: