You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
We need to solve a problem where our user authorizes from different devices with different keys and we work with him as with the same user.
Cosmos SDK has key-value storage, which we can use to store this information in a decentralized way.
We want to have a couple of methods:
register(publicKey) UUID - add the public key as a new user, generates uuid and return it.
We need to solve a problem where our user authorizes from different devices with different keys and we work with him as with the same user.
Cosmos SDK has key-value storage, which we can use to store this information in a decentralized way.
We want to have a couple of methods:
The text was updated successfully, but these errors were encountered: