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

feat: create dev account with deposit on sandbox #350

Closed
wants to merge 1 commit into from

Conversation

VladasZ
Copy link
Contributor

@VladasZ VladasZ commented Feb 12, 2024

In my tests I needed to have an account with big amount of Near to test big chunks of data and pay for storage.
I couldn't find a way to create account with more Near than hardcoded by default so I added a new method: dev_create_account_with_deposit.

@VladasZ VladasZ force-pushed the dev-acc-deposit branch 2 times, most recently from cc0dcf1 to a6ece95 Compare February 12, 2024 15:57
@VladasZ VladasZ marked this pull request as ready for review February 12, 2024 16:20
@frol
Copy link
Collaborator

frol commented Feb 12, 2024

@VladasZ See #156. That is much easier way to achieve what you have here. If you want to contribute, consider documenting the solution in #156 instead of creating extra methods.

@VladasZ
Copy link
Contributor Author

VladasZ commented Feb 13, 2024

@frol yeah that is much easier. Thank you. I will create another PR with documentation.

@VladasZ VladasZ closed this Feb 13, 2024
@VladasZ VladasZ deleted the dev-acc-deposit branch February 13, 2024 09:37
frol pushed a commit that referenced this pull request Jun 26, 2024
This issue: #156 and my
PR: #350 indicate that it
is not clear for users how to create a dev account with more than 100
Near.

Closes: #156
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.

2 participants