aeternity / AEXs

Aeternity expansions repository — application layer standards
10 stars 25 forks source link

Update AEX 9 - Fungible token proposal #69

Closed mradkov closed 5 years ago

mradkov commented 5 years ago
mradkov commented 5 years ago

Updated documentation and interface.

knarz commented 5 years ago

If you don't consider the two TODO's to be major, then moving to review is fine, otherwise I'd vote to leave it in draft mode.

mradkov commented 5 years ago

The two TODO's can be implemented also in later phases.

For example, the swappable goal was to have a mechanism allowing to swap the token to a native token later on. But as there is no way for us to test how this could be done now, it could not be finished.

One way I can think of is to have a method that locks the tokens and emits an event - this is the most basic swap mechanism allowing a later implementation to read the event log and mint the new tokens.

We can leave the proposal in Draft status for now, but I want to have the updates merged, please. :)