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
Ok, the documentation describes how to send a native coin. But I did not find documentation on how to send a token, for example, USDC.
I chose USDC as an example token because faucet is working well https://faucet.circle.com/
Once again, it looks like the wallet implementation is making an unnecessary merge https://github.com/MystenLabs/sui/blob/main/apps/wallet/src/ui/app/pages/home/transfer-coin/utils/transaction.ts#L49-L60
I think it would be a good idea to add an example of simple and logical action to the documentation, like sending a token.
The text was updated successfully, but these errors were encountered:
Thanks, we'll try to add another example.
Sorry, something went wrong.
ronny-mysten
No branches or pull requests
Ok, the documentation describes how to send a native coin. But I did not find documentation on how to send a token, for example, USDC.
I chose USDC as an example token because faucet is working well https://faucet.circle.com/
Once again, it looks like the wallet implementation is making an unnecessary merge
https://github.com/MystenLabs/sui/blob/main/apps/wallet/src/ui/app/pages/home/transfer-coin/utils/transaction.ts#L49-L60
I think it would be a good idea to add an example of simple and logical action to the documentation, like sending a token.
The text was updated successfully, but these errors were encountered: