MinaFoundation / mina-fungible-token

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

Move checking permissions for administrative actions to an external contract. #52

Closed kantp closed 5 months ago

kantp commented 5 months ago

We want to allow token issuers to customise the controls about when tokens can be minted etc, without changing the main token contract.

The goal is to have one token contract implementation that almost everybody can use for their fungible token verbatim. That will make integration for third party applications much easier, as they can just pull in this one implementation.