ethers-io / EthersWallet-ios

Ethereum Wallet and Dapp Browser for iOS.
https://itunes.apple.com/us/app/ethers-wallet/id1186052971?mt=8
MIT License
304 stars 86 forks source link

Hello!How to get a wallet in the EOS account balance? #33

Open weipeng02 opened 6 years ago

weipeng02 commented 6 years ago

Hello!How to get a wallet in the EOS account balance?Now can only get to the balance of the ETH in my purse. Used the method of "getbalanceof" found no, thank you!

weipeng02 commented 6 years ago

wechatimg6037

ricmoo commented 6 years ago

I have not followed EOS, but I believe it is an entirely different and incompatible blockchain to Ethereum, so EthersWallet is unable to operate with it.

Which getbalanceof do you mean?

weipeng02 commented 6 years ago

According to the scrip contract address query scrip balance?

weipeng02 commented 6 years ago

"getblanceOf" In the web3 , Scrip balance .

ricmoo commented 6 years ago

The getBalanceOf (capitalization is important ;)), will rerun the balance of ETH, but EOS is a separate chain, so I don’t think you can use it.

weipeng02 commented 6 years ago

ok ,thank you!