cosmostation / cosmostation-mobile

:alien: Cosmostation Wallet Apps (Android & iOS)
MIT License
79 stars 44 forks source link

API #74

Open Kwaskoff opened 3 years ago

Kwaskoff commented 3 years ago

Guys, does your wallet have any API like OpenKeychain (https://github.com/open-keychain/open-keychain)? If not - I'd like this feature

wannabit-yongjoo commented 3 years ago

@Kwaskoff Thanks a lot for interest We also have plans to support external APIs.

Of course, for security reasons, rather than exposing the key itself like an openkeychain. but plan to support only about degree as an external API.

clear timeline has not been established, but plans are planned after IBC. expecting talking more about this feature in the near future.

Thanks again for your interest.

jaybxyz commented 3 years ago

@Kwaskoff Can you elaborate more in detail about using OpenKeychain API in our app? Are you referring to data encryption? FYI, we're using Android Keystore system to handle encryption for user's sensitive data.

Kwaskoff commented 3 years ago

@Kwaskoff Can you elaborate more in detail about using OpenKeychain API in our app? Are you referring to data encryption? FYI, we're using Android Keystore system to handle encryption for user's sensitive data.

You can install this telegram client with OpenPGP-API https://github.com/NekoX-Dev/NekoX/releases And use OpenKeychain when you need signing something Right now we want add tx signing in this app, look at this https://github.com/fincubator/fincubator/blob/master/web3_telegram.md

wannabit-yongjoo commented 3 years ago

I guess, this feature are useful with multisig for cosmos. When adding signatures one by one and pass to next users.

Kwaskoff commented 3 years ago

I guess, this feature are useful with multisig for cosmos. When adding signatures one by one and pass to next users.

what exactly you mean?