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

Implement support for ERC-20 token transactions alongside Ether #7

Open
idoor88 opened this issue Nov 17, 2018 · 1 comment
Open

Implement support for ERC-20 token transactions alongside Ether #7

idoor88 opened this issue Nov 17, 2018 · 1 comment

Comments

@idoor88
Copy link

idoor88 commented Nov 17, 2018

The function createTransaction in utils/transaction.js and sendTransaction in services/transactions.js both only work for ETH transactions, right? what about other tokens instead of ETH? for instance, if a user wants to send a different ERC-20 compliant TOKEN on the ethereum network from one address to another, is this feature implemented yet?

Thanks
IDoor

@fmsouza
Copy link
Owner

fmsouza commented Jun 8, 2019

Hello @idoor88, sorry for the delay, this project was unmaintained for a while due to lack of time to work on it. Yes, in the current stage the app cannot send any ERC-20 tokens, it only sends Ether. However this functionality is in the roadmap. I planned that for right after every single main wallet function is implemented, and there are only a few left to implement before it.

@fmsouza fmsouza changed the title createTransaction seems only for ETH transaction, not for any other tokens Implement support for ERC-20 token transactions alongside Ether Jun 8, 2019
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