EthersWallet-ios icon indicating copy to clipboard operation
EthersWallet-ios copied to clipboard

No Proper Steps

Open ozamihir1990 opened this issue 7 years ago • 10 comments

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.

ozamihir1990 avatar Dec 29 '17 12:12 ozamihir1990

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!

ricmoo avatar Dec 29 '17 16:12 ricmoo

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

ozamihir1990 avatar Jan 02 '18 08:01 ozamihir1990

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. :)

ricmoo avatar Jan 02 '18 08:01 ricmoo

Any plans for support of ERC20 tokens?

JCarterDev19 avatar Jan 14 '18 20:01 JCarterDev19

@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.

ricmoo avatar Jan 14 '18 20:01 ricmoo

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

arunmitteam avatar Jan 28 '18 00:01 arunmitteam

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

ricmoo avatar Jan 28 '18 00:01 ricmoo

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

arunmitteam avatar Jan 28 '18 00:01 arunmitteam

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

arunmitteam avatar Jan 28 '18 00:01 arunmitteam

Hi, I've still unable to build it, can anyone provide the instruction? screen shot 2018-02-19 at 3 29 03 pm

konohateo avatar Feb 19 '18 07:02 konohateo