Skip to content
On this page

Token Operations

In this section, we will explore the various token operations represented by the TIP3 standard, which include:

  • Minting
  • Burning
  • Transferring

We will cover these operations using an Account smart contract, as well as through other smart contracts such as the RootDeployer and MultiWalletTip3 contracts.

DANGER

  • It is crucial to exercise caution and carefully manage the numbers and amounts associated with the transactions in this section. Avoid simply copying and pasting the code without thorough review and understanding.

  • Kindly be aware that you are signing a transaction on the mainnet (this is not a testnet).

TIP3 Operations with Account

TIP3 Operations with Smart contract