> For the complete documentation index, see [llms.txt](https://xircus-developer.gitbook.io/developer-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter.md).

# Minter

- [Quick Start](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/quick-start.md)
- [Jetton](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/jetton.md): Jettons are tokens on TON Blockchain - one can consider them similarly to ERC-20 tokens on Ethereum
- [Jetton Non-Shard](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/jetton-non-shard.md): A new type of Jetton that follows some ERC-20 standard, account balances are stored in hash-map but with limitations
- [NFT](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/nft.md)
- [SBT](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/sbt.md)
- [Wallet](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/minter/wallet.md)
