How to make sure a resource is unique per user (address)? #172
-
Describe your question in detail.Let's say I'm building a social app, I have a Is named object the only option? Because named object is the only one that generate address based on seeds so I can set seeds to be If I don't use named object, I think we have to use some user registry which is not practical because it's too slow? What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?N/A Which operating system are you using?macOS Which SDK or tool are you using? (if any)N/A Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
With the current state of things, would this be feasible because the object can just be transferred right? Is it not better to use soulbound tokens here? |
Beta Was this translation helpful? Give feedback.
You can only find uniqueness by using either:
These both essentially use a consistent hash to determine whether you already have the item