mradkov / aeternity-fungible-token

Aeternity blockchain Fungible Token reference implementation. The implementation is based on the proposed AEX9 standard for creating and usage of Sophia smart contract-based fungible tokens.
ISC License
6 stars 13 forks source link

Use Contract.creator #38

Closed mradkov closed 4 years ago

mradkov commented 5 years ago

We can use Contract.creator instead of having owner field in the state.

thepiwo commented 4 years ago

We did decide to keep it as owner if the need from developers is there to change the owner eventually