Allowances on Aptos #581
mellis1010
started this conversation in
Dev Doc and Tutorial Feedback
Replies: 1 comment 1 reply
-
you can do this through a custom smart contract, i dont believe a standard for this exists right now on aptos if you wanted to use standard framework calls, you could transfer the "allowance" to a new 1/n multisig account, and add/remove a third parties from the multisig to give access to the shared balance, although i dont think this approach would allow you to give each third-party a separate spending limit |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to figure out what the best practices are for implementing an allowance function for my Fungible Asset coin--basically similar to ERC-20 allowances where you can give permissions to an exchange or other 3rd party to spend/move your coin on your behalf. How would that be implemented on Aptos? Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions