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

Add support for near drops to CLI #537

Open
ilblackdragon opened this issue Sep 10, 2020 · 1 comment
Open

Add support for near drops to CLI #537

ilblackdragon opened this issue Sep 10, 2020 · 1 comment

Comments

@ilblackdragon
Copy link
Member

ilblackdragon commented Sep 10, 2020

There are two things:

  • Creation of near drop
 $ near create-drop --amount <amount> --accountId <originating account> --escrow near
 Outputs [https://wallet.near.org/](https://wallet.near.org/)...

where --escrow defaults to near.

  • Claiming near drop:
 $ near claim-drop <account-id> <public-key> <link>

Alternatively, link can be added as an option to create-account. On the other hand, one can claim it into existing account, so claim-drop can support that, which would make public-key optional if account already exists.

@ilblackdragon ilblackdragon added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers and removed help wanted Extra attention is needed labels Sep 10, 2020
@Rishabhraghwendra18
Copy link
Contributor

Hi . First timer here . May I work on this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants