-
Notifications
You must be signed in to change notification settings - Fork 212
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
6211 cli provision #6216
6211 cli provision #6216
Conversation
default to dry run and warn about the 10BLD? to get the actual price:
|
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.
good stuff.
packages/agoric-cli/src/lib/chain.js
Outdated
}; | ||
harden(normalizeAddress); | ||
|
||
export const execSwingsetTransaction = (swingsetArgs, net, from, dryRun) => { |
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.
another powerful export. (closes over execSync and process)
I would appreciate comments that acknowledge this technical debt.
# Provision your wallet | ||
make ACCT_ADDR=$KEY AGORIC_POWERS=SMART_WALLET fund-acct provision-acct | ||
agoric wallet provision --account <key-name> |
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.
👍
3d906f3
to
cda3377
Compare
Description
CLI for #6211
Adds an
agoric wallet provision
commandSecurity Considerations
--
Documentation Considerations
--
Testing Considerations
Updated smoke tests to use it