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

I can not run this Project #18

Closed CivelXu closed 6 years ago

CivelXu commented 6 years ago

I can not run this Project 😭😭😭😭😭😭

ricmoo commented 6 years ago

What error are you getting?

You must download this project as well as ethers.objc from our GitHub page, and have them both in the same directory.

Also, iOS 11 and iPhone X have layout issues which I will be submitting the fixes for soon.

CivelXu commented 6 years ago

Thank you for your help! I missed download ethers.objc. And Why not use Swift to implement it (ethers.objc). I need some implantation of Private key and Mnemonic from ethers.objc.

ricmoo commented 6 years ago

If you only need the Private Key and Mnemonic support, you can use Account directly from ethers.objc and may not need the EthersWallet-iOS package. This package is just the UI. The ethers.objc is a more general Ethereum library, which is pretty feature-similar to my ethers.js library.

Objective-C and Swift are both compatible with each other, and I've been doing iOS development since it launched, so I am much more familiar with Objective-C. I'm actually not really a fan of Swift...