MinaFoundation / mina-fungible-token

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

inherit directly from `SmartContract` #32

Open harrysolovay opened 5 months ago

harrysolovay commented 5 months ago

... instead of from TokenContract.

harrysolovay commented 5 months ago

Not sure if this is actually necessary. On one hand, the FungibleToken reference implementation would showcase the inner-workings of transfer (less opaque). On the other hand, it would be (mostly) copypasta / would get out of sync with o1js's TokenContract implementation. What's worse is the possibility that both implementations end up in people's apps/bundles.