> For the complete documentation index, see [llms.txt](https://plutus-3.gitbook.io/plutus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plutus-3.gitbook.io/plutus-docs/introduction.md).

# Introduction

This document serves as a comprehensive guide to token minting, wrapping, and contract interaction on the Stellar network utilizing the Soroban framework. The steps outlined herein explain the minting process of both Non-Fungible Tokens (NFTs) and payment tokens. The procedure for setting up trust, managing data, setting flags, and the final steps for minting are also covered. Furthermore, the guide details how to wrap these tokens to make them compatible with the Soroban token interface and explains how to convert contract IDs to addresses. Lastly, this guide provides a walkthrough of the process to interact with token contracts, including deployment, balance checking, admin setting, and authorization checks. Overall, this document is a valuable resource for anyone seeking to mint, manage, and interact with tokens on the Stellar network using Soroban.
