Richard Moore

Results 530 comments of Richard Moore

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.

A keystone can be generated using: ``` void (^callback)(NSString*) = ^(NSString *json) { NSLog(@"JSON: %@", json); }; Cancellable *task = [account encryptSecretStorageJSON:password callback:callback]; ```

Yes, I need to add that to the documentation... You need to download two repositories from this account, `EthersWallet-iOS` and `ethers.objc`. Place them in the same folder, and then try...

By default it creates a `FallbackProvider` with an `EtherscanProvider` and an `InfuraProvider`. If one doesn't not respond or returns and error, the next takes over. As long as one of...

@Badams451 Feel free to open a new issue to discuss this further, but yes. Currently a simple app is being built to support all ERC-20 tokens, but we are planning...

Do you have ethers.objc installed in the same directory as the EthersWallet-iOS is installed?

BIP44 is fully supported, but BTC is not. You would need to write libraries to convert between WIF and other base58 formats though, as well as adjust the library to...

You seem to be getting a lot of errors. How did you add the libary to you project? You should be able to add the [ethers.xcodeproj](https://github.com/ethers-io/EthersWallet-ios) as a subproject to...

It’s coming. We just haven’t had time yet. :)

Sorry for the late reply. There is not currently a good way to get the history of an ERC-20 token. I am working on a back-end service to make this...