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

Support simple NEAR token transfer #71

Open
evgenykuzyakov opened this issue Dec 14, 2022 · 2 comments
Open

Support simple NEAR token transfer #71

evgenykuzyakov opened this issue Dec 14, 2022 · 2 comments

Comments

@evgenykuzyakov
Copy link
Contributor

Currently, there is no way to transfer token from one account to another without doing functionCall

@bowenwang1996
Copy link

As a temporary workaround, I deployed a contract at passthrough.near on mainnet and you can use it by

near call passthrough.near transfer '{"receiver_id":<receiver_id>}' --deposit=<amount_you_want_to_transfer>

This only works for NEAR tokens though.

@agileurbanite
Copy link
Contributor

@bowenwang1996 isn't the above an example of a function call? I'd love additional context

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

No branches or pull requests

3 participants