Skip to content
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

Implement add-key option #529

Merged
merged 4 commits into from
Sep 15, 2020
Merged

Implement add-key option #529

merged 4 commits into from
Sep 15, 2020

Conversation

ilblackdragon
Copy link
Member

@ilblackdragon ilblackdragon commented Sep 7, 2020

Fixes #513

Usage:

Adding full access key to illia account:

near add-key CaSbwUJy2WEKKHHYnd6F7ZXUVUJ3AAzLBbDmvqML3jBg --account-id illia

Adding function access key to illia account for contract test, method name deploy, allowance: 1 $NEAR:

./bin/near add-key CaSbwUJy2WEKKHHYnd6F7ZXUVUJ3AAzLBbDmvqML3jBg --account-id illia --contract-id test --method-names deploy --allowance 1

PS. Where are we suppose to update documentation for this? @mikedotexe @potatodepaulo @amgando

commands/add-key.js Outdated Show resolved Hide resolved
@vgrichina vgrichina merged commit 93ee478 into master Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

near-cli should support add key
2 participants