Replies: 1 comment 1 reply
-
A unique ID other than their address? Currently, since every account has an address, functionally speaking it's already there. If you did not want to rely on the address, then probably the best way to prototype what you're describing is Starport. https://github.com/tendermint/starport I'd recommend approximately: starport app github.com/tendermint/starport
starport type uuid After that you've got a type, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, How can I make an app/module that can have permissions, for example get uid of a user and compare with variable hash.
in another word, is there any way to get creator user uid?
Beta Was this translation helpful? Give feedback.
All reactions