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

No Proper Steps #19

Open ozamihir1990 opened 6 years ago

ozamihir1990 commented 6 years ago

after downloading the source getting an error screen shot 2017-12-29 at 5 52 51 pm screen shot 2017-12-29 at 5 54 45 pm

Please make an easy and understandable documentation for wallet implementation.

ricmoo commented 6 years ago

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 building the Xcode project in EthersWallet-iOS.

I will leave this ticket open to remind me to update the documentation.

Thanks!

ozamihir1990 commented 6 years ago

Thanks. Which network provider you are using by default for creating or import wallet? I mean ropsten , rinkeby or kovan?

ricmoo commented 6 years ago

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 those services is up, it will work. I will be adding a EthersProvider in the non-distant future too; we are working hard on our own explorer. :)

JCarterDev19 commented 6 years ago

Any plans for support of ERC20 tokens?

ricmoo commented 6 years ago

@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 native ERC-20 and ERC-721 support. There is still backend work to do for history, which will also add support in the history for internal transactions.

arunmitteam commented 6 years ago

Any idea what I'm missing ? Thanks in advance! EthersWallet-ios/EthersWallet/src/Utilities/Utilities.h:29:9: 'ethers/Promise.h' file not found

ricmoo commented 6 years ago

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

arunmitteam commented 6 years ago

Yes both the projects are in the same directory, ethers.objc build succeeded.

arunmitteam commented 6 years ago

I got it working now, Thanks for your quick response. Let me know if I could help in any of the issues/enhancements.

konohateo commented 6 years ago

Hi, I've still unable to build it, can anyone provide the instruction?

screen shot 2018-02-19 at 3 29 03 pm