Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Proper Steps #19

Open
ozamihir1990 opened this issue Dec 29, 2017 · 10 comments
Open

No Proper Steps #19

ozamihir1990 opened this issue Dec 29, 2017 · 10 comments
Labels

Comments

@ozamihir1990
Copy link

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
Copy link
Member

ricmoo commented Dec 29, 2017

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
Copy link
Author

ozamihir1990 commented Jan 2, 2018

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

@ricmoo
Copy link
Member

ricmoo commented Jan 2, 2018

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
Copy link

Any plans for support of ERC20 tokens?

@ricmoo
Copy link
Member

ricmoo commented Jan 14, 2018

@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
Copy link

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
Copy link
Member

ricmoo commented Jan 28, 2018

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

@arunmitteam
Copy link

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

@arunmitteam
Copy link

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

@konohateo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants