3mint
  • 👋Welcome to 3mint
  • 💻3mint Platform
    • Introduction
    • Deploy a contract
    • Upload your NFT data
    • Create checkout links
    • Add customers
    • Monitor your links
  • ⌨️Developer Guides
    • Introduction
    • Contracts
      • Contract Architecture
      • End-to-end Example
    • Mint
      • How To
      • End-to-end Example
      • Code Snippets
    • Wallets
      • End-to-end Example
      • Mobile Pass
        • Creating Passes
    • Token Gating
      • End-to-end Example
      • Code Snippets
  • 📖API Reference
    • Overview
    • Contracts
      • Deploy Contract
      • Get Contract
    • Collectibles
      • Get All Templates
      • Mint Collectible
    • Wallets
      • Create Wallet
      • Get Wallet
    • Customers
      • Create Customer
      • Get Customer
      • Delete Customer
    • Claim Links
      • Create Link
      • Update Link
    • Token Gating
      • Create Gate
  • ❓FAQ
    • Web3 101
    • Platform
Powered by GitBook
On this page
  • Deploying on 3mint
  • 1. Go to the Contracts page
  • 2. Choose the Contract type
  • 3. Input Collection Data
  • Result
  1. 3mint Platform

Deploy a contract

One-click deploy on the chain of your choosing

PreviousIntroductionNextUpload your NFT data

Last updated 2 years ago

If you would like an explainer on what a contract is, make sure to visit our page!

Deploying on 3mint

To deploy a contract, go to the Contracts page and click the "Create contract" button (1). From there, you need to choose the type of contract you want to deploy (2) and input details regarding the contract you are deploying (3).

1. Go to the Contracts page

2. Choose the Contract type

3. Input Collection Data

Contracts can currently be deployed on:

  • Polygon Mainnet and Mumbai

  • Arbitrum Mainnet and Goerli

  • Optimism Mainnet and Goerli

Result

Once everything you've chosen looks good, press "Deploy" at the bottom of the screen and the contract will be deployed to your blockchain and network of choice. No wallet, crypto, or private key needed! After a few seconds, you'll be redirected back to the main page and you should see your contract included in the table.

💻
Web3 101