almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Support ERC721 and other smart contracts? #115

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi does Etherwall Support ERC721 and other smart contracts? My company would be interested in adding this function. Please advise. Thank you

almindor commented 4 years ago

Etherwall supports all contracts in a generic way but only ERC20 compatible ones are "integrated" to show token values etc.

All other contracts only work "manually" in the contracts tab with no specific integration.

If you want to add ERC721 support similar to how ERC20 works now, I'd be more than happy to look over your PR.