trust-wallet-ios
trust-wallet-ios copied to clipboard
Add ENS support
Todo:
- [ ] send to .eth
- [ ] import / watch
- [ ] transaction / confirm page
- [ ] set resolver / subnode
Done:
- [x] wallets list
- [x] ens manager / ens client / ens encoder
@alejandro-isaza if you are making web3swift client can you add a class to resolve ENS name? this would be a very neat feature.
@vikmeup https://github.com/TrustWallet/trust-core/blob/master/Sources/Solidity/ENSEncoder.swift, call ens contract owner
should be enough.
@hewigovens can you pull it? Can we start with doing a local cache of ENS Resolver - then showing naming in the wallets page?
I think present wallet name would be a good start!
you mean reverse lookup in wallets page?
@hewigovens 👍