ethers-io / EthersWallet-ios

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

How do I get the keystore? #43

Open PursuitSunshine opened 5 years ago

ricmoo commented 5 years ago

The API you are interested in is this one: https://github.com/ethers-io/ethers.objc/blob/master/ethers/src/Account.h#L87

:)

PursuitSunshine commented 5 years ago

The API you are interested in is this one: https://github.com/ethers-io/ethers.objc/blob/master/ethers/src/Account.h#L87

:)

thank you !