Tokens Library Tool

Hello everyone,

After updating the AEX-9 standart few weeks ago with @philipp.chain , we discussed that it will be cool to have a library/tool that allows you to create a token by specifying your needs (e.g. to be mintable, to have allowances etc.).

Well … after a discussion within the waellet team - this was born yesterday - aeternity-tokens - npm.

This will allow you to create a fungible token contract compliant with the standard with the extensions you need by just using a simple command like so:

Example:

aeternityTokens.newToken(["allowances", "mintable"])

As a result, you will get back the Sophia smart contract ready for deployment.

Feel free to contribute with suggestions, issues, and code so we can extend this functionality further: GitHub - waellet/aeternity-tokens: Aeternity Tokens.

Cheers!

9 Likes