hi everybody, quick question!
I am aware that we can issue fungible ESDT tokens easily via a request to the Metachain. Then, since I am the manager, I could increase the total supply by sending to the Metachain a mint transaction (I am not sure if this still works or if this is the global mint function which has been removed).
My question is: if I want to express a tokenomics logic (how much, when tokens will be minted and where are going to be distributed), should I implement a Smart Contract with that logic?
ESDTLocalMint needs to be used, mint is old and no longer usable :)
And yes you should anchor such logic in a smart contract :)
Also in the best case your smart contract is the (creator) manager of the token. And no others should have those roles :)
ESDTLocalMint needs to be used, mint is old and no longer usable :) And yes you should anchor such logic in a smart contract :) Also in the best case your smart contract is the (creator) manager of the token. And no others should have those roles :)