cosmostation-mobile icon indicating copy to clipboard operation
cosmostation-mobile copied to clipboard

API

Open Kwaskoff opened this issue 4 years ago • 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 avatar Dec 16 '20 14:12 Kwaskoff

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

wannabit-yongjoo avatar Dec 17 '20 04:12 wannabit-yongjoo

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

jaybxyz avatar Dec 17 '20 06:12 jaybxyz

@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

Kwaskoff avatar Dec 17 '20 09:12 Kwaskoff

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

wannabit-yongjoo avatar Dec 21 '20 01:12 wannabit-yongjoo

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?

Kwaskoff avatar Dec 27 '20 09:12 Kwaskoff