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

Tokens: implement token transfers #1005

Open
izqui opened this issue Sep 19, 2019 · 1 comment
Open

Tokens: implement token transfers #1005

izqui opened this issue Sep 19, 2019 · 1 comment

Comments

@izqui
Copy link
Contributor

izqui commented Sep 19, 2019

For transferable tokens, we should implement token transferability within the client:

 2019-09-19 at 11 37 17 AM

Right now if you want to transfer tokens, you need to use a wallet, add the token and then transfer it. Alternatively, you can burn and assign tokens to another account, but it kind of misses the point of transferable tokens.

Token transfers would be done with an external intent (introduced aragon/aragon.js#328) to the token: token.transfer(to, amount).

@sohkai
Copy link
Contributor

sohkai commented Oct 16, 2019

Right now if you want to transfer tokens, you need to use a wallet, add the token and then transfer it.

This has always been the way I've told people to do this, since it's kind of the point of your wallet. We've previously discussed if adding this is a good idea, and decided no, but agree that it could be nice to have now that we have external intents ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants