cosmostation/cosmostation-mobile

API

Opened this issue · 5 comments

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

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

  • user Address
  • the signature is combined with the user's clear permission UI and requested only in the correct way.

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.

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

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

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?