ethereum-wallets / ethereum-wallet-list

Collection of data about multiple wallets.
MIT License
8 stars 3 forks source link

Non-android wallets #8

Open MrLuit opened 6 years ago

MrLuit commented 6 years ago

Quick question, can we also add non-android wallets to this list? If so, we will add MyCrypto (a web wallet/desktop app) :)

ligi commented 6 years ago

I would love this actually. But it should be in a different directory split by platform. I think every platform will need separate fields. But there could at some point also be some visualizer that visualizes across different platforms.

p0s commented 6 years ago

@ligi I get your idea. Keep in mind though, that some apps are both iOS and Android, with identical features on both platforms. Issue: So you would now need to update the exact same information in two directories. Couldn't we add a field that defines the platforms the app is available on?

ligi commented 6 years ago

the problem is that there are some platform specific fields - like package_name or version_code perhaps we could do some kind of inheritance. Also I was thinking some apps might support feature X on android but not on iOS - or the other way around. But I am open to suggestions.