ethereum-wallet
ethereum-wallet copied to clipboard
Implement support for ERC-20 token transactions alongside Ether
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
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.