Skip to content
On this page

Deploying Contracts

In this section, we will delve into the deployment process of the TIP3 standard contracts using an Account contract. We will cover the deployment of the following contracts:

  • TokenRoot
  • TokenWallet
  • UpgradeableTokenRoot
  • UpgradeableTokenWallet

Additionally, we will discuss deploying them through other smart contracts, specifically 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).

Deployment Using an Account

Deployment Using Smart Contract