Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
I am learning SUI as well as how to write smart contract on SUI but I am having a big problem how to define resource owned only by smart contract. Example: I'm building an ERC20-like token on SUI, I want a resource (structure) that represents the token's supply and I don't want this resource to be owned by one person because I want a group to be able to control the token supply. Sorry for my bad English. Thanks !!!
I am learning SUI as well as how to write smart contract on SUI but I am having a big problem how to define resource owned only by smart contract. Example: I'm building an ERC20-like token on SUI, I want a resource (structure) that represents the token's supply and I don't want this resource to be owned by one person because I want a group to be able to control the token supply. Sorry for my bad English. Thanks !!!