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
Currently, there is no way to transfer token from one account to another without doing functionCall
The text was updated successfully, but these errors were encountered:
As a temporary workaround, I deployed a contract at passthrough.near on mainnet and you can use it by
passthrough.near
near call passthrough.near transfer '{"receiver_id":<receiver_id>}' --deposit=<amount_you_want_to_transfer>
This only works for NEAR tokens though.
Sorry, something went wrong.
@bowenwang1996 isn't the above an example of a function call? I'd love additional context
No branches or pull requests
Currently, there is no way to transfer token from one account to another without doing functionCall
The text was updated successfully, but these errors were encountered: