FAQ
What is FA2?
It is a token standard on Tezos that supports a wide range of token types. FA2 serves as single- and multi-token smart contracts for a variety of tokens, it can contain both fungible or non-fungible assets.
What does admin control?
Admin can update the admin, pause transfers and token approves, create, mint and burn tokens.
What is the difference between Basic and Granular token?
In the Basic version admin can only pause transfers and approves of all tokens; in case of Granular version any asset can be paused/unpaused separately.
Can I create the token without admin?
You can make the admin functions unreachable by setting zero address(ex. tz1ZZZZZZZZZZZZZZZZZZZZZZZZZZZZNkiRg) as an admin.
What are the decimals?
That is the unit used for display to users. In simple terms, it is the max number of places after the dot in the token's amount representation. For example, $ has 2 decimals because the smallest ammount that can be represented is a cent - $0.01. Bitcoin has decimals 8, i.e. the smalles unit of the BTC is 0.00000001 BTC or 1 satoshi.
Is the project open-sourced?
Sure, the source code of smart contracts can be found here: https://github.com/oxheadalpha/smart-contracts. The frontend is located here: https://github.com/KStasi/fa2-deployer.
What if I don't have the link to image?
Sad enough. Try to upload it to some storage services or IPFS. In case of IPFS, remember that if your image isn't requested regularly or the nodes decide not to store it, the image might be lost and you will have to upload it again.
Can the metadata be updated?
No. That's it.