MinaFoundation / mina-fungible-token

https://minafoundation.github.io/mina-fungible-token/
Apache License 2.0
18 stars 8 forks source link

Implement concurrent minting/burning #55

Closed kantp closed 4 months ago

kantp commented 4 months ago

In order to do this, we remove the total supply (and the check that the circulating supply does not exceed it) from the main contract, and use actions/reducers to update the circulating supply.

Enforcing a limit on the circulating supply will then be the responsibility of the admin contract.