MinaFoundation / mina-fungible-token

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

Limitations of the design #80

Closed kantp closed 2 months ago

kantp commented 3 months ago

This issue describes some limitations of the design point chosen for the fungible token standard.

Impact

Certain token applications may be limited, or lead to more complicated user implementations.

Recommendation

Consider enabling additional admin hooks. To allow most tokens to operate without as many hooks, a flag could be added which turns on or off individual admin hooks. If constraint or usability limitations prevent this, consider documenting some of the limitations clearly in the standard. Providing example workarounds for some of the above applications may also help developers avoid creating their own overly-complicated solutions.