dojo icon indicating copy to clipboard operation
dojo copied to clipboard

Change the world constructor to accept owner

Open glihm opened this issue 4 weeks ago • 0 comments
trafficstars

The world constructor is currently taking the class hash of the world. However, this is something that can now be get with the new syscall.

Also, the constructor uses the account sending the transaction to avoid the UDC being the creator of the world. We should change that and pass the creator address instead, which will be easier to create a world that could be managed by marionette contract or a DAO for instance.

glihm avatar Oct 23 '25 14:10 glihm