trustwallet / wallet-connect-swift

WalletConnect Swift client SDK
MIT License
115 stars 131 forks source link

[question] how to get binance wallet address from trustwallet? #16

Closed gruming closed 5 years ago

gruming commented 5 years ago

I have dapp and connection to walletconnect from trustwallet.

How to get binance wallet address from trustwallet?

hewigovens commented 5 years ago

Take a look at this: https://developer.trustwallet.com/wallet-connect/dapp, you can call

walletConnector
  .getAccounts()
gruming commented 5 years ago

thx for comment !!!