It's a great project, Thank you for your open source
I saw the account was generated by object::new(ctx)
The problem here is that I can't determine my object id in advance before I create the account
And, it seems sui does not support the deterministic object id, every object id is random.
Do you know Is there a way to achieve this?
Otherwise, the user must make a transaction (seems like Registration) before using this contract account
Poor experience for users?
It's a great project, Thank you for your open source
I saw the account was generated by
object::new(ctx)The problem here is that I can't determine my object id in advance before I create the account
And, it seems sui does not support
the deterministic object id, every object id is random.Do you know Is there a way to achieve this?
Otherwise, the user must make a transaction (seems like Registration) before using this contract account
Poor experience for users?