The Token Factory contracts allow simple creation of communities tokens, following the Custom Tokens functionallity
This repo contains:
- A ERC20-like token contract implementation with the TokenContract class that manipulates tokens.
- A Factory contract to easyly deploy custom tokens contracts.
- Test files for testing the Factory contract
Todo:
- Admin token grants permissions for third parties to perform actions on a token
- Setting a value to each issued credential, by assigning community tokens. Furthermore, the assigned token weight can be used to gauge voting power if the credentials are involved in any DAO or proposal voting process.
- Token Farm - Issue your own token and without touching a line of code. Issue a brand new fungible token and own everything. Let other people know about your token.