QRL Token Overview
QRL supports the generation of colored tokens, allowing a multitude of functionality in addition to the typical blockchain functions.
These tokens are generated and sent in separate transaction types (RelayTokenTxn
and RelayTransferTokenTxn
) allowing additional versatility as they are not tied to any QRL funds and can be transferred interdependently from an QRL coins.
Create Tokens
The project provides a GUI to make creating tokens simple. Generate a new token using the QRL wallet interface via the web wallet, desktop wallet as well as through multiple API's and command line tools for more advanced usage.
Create QRL Tokens
Create QRL Tokens on the Blockchain.
There are various fields and information required to create a token transaction:
Field | Details |
---|---|
Owner Address | Address shown to be the owner of the token, different from the initial token holding addresses |
Token Symbol | User defined Token symbol, max length |
Token Name | User defined Token name, max length |
Decimals | Amount of decimals supported for the token, max or |
Holder Balance | Array of initial token receiver's address and initial balance, limited to 100 QRL addresses |
Token Creation Fee | Initial token creation transaction fee set at the default |
OTS Key Index | This function will auto increment the OTS key from the last used. Otherwise a specific OTS Key can be used for this token transaction. |
This section covers the GUI interface through the web wallet tools section.
For automated token functionality, including using slave OTS keys to generate and send see the API Documentation as well as the QRL Command Line Documentation
Send Tokens
Tokens can be transferred between addresses on the QRL blockchain. These tokens can be split into derivatives and fractionally split as well depending on the initial criteria set during the token creation.
Send QRL Tokens
Send QRL Tokens on the Blockchain.
Tokens are tracked by their creation transaction hash and may be transferred between addresses, paying only the transaction cost to send them around.