DERA chain docs
  • Introduction
  • NFT2.0
    • Introduction
    • Architecture
    • Concepts
      • Collection
      • NFT2.0
      • Data Registry
      • Derivative NFT
      • Derived Account
      • Token Bound Account (aka TBA)
    • Smart Contracts
      • Interfaces
        • Factory
        • Dynamicity
        • Derivability
        • Cross chain ability
      • Use cases
        • Create collection
        • Mint NFT2.0
        • Create Data registry
        • Write onchain data
        • Retrieve onchain data
        • Mint Derivative NFT2.0
        • Create TBA
    • SDK
      • Setup
        • Create Console Account
        • Manage API key
        • Set up metadata schema
        • Initialize the SDK
      • API reference
        • Get List Collection
        • Get List Collection By Owner
        • Get Collection Info
        • Get List NFT By Collection
        • Get List NFT By Owner
        • Get List Derivative NFT By Original
        • Get NFT Info
        • Get List Data Registry
        • Get Data Registry By Owner
        • Get Data Registry Info
        • Get NFT onchain data
        • Get NFT protocol-scoped onchain data
        • Get User Freemint Info
        • Get Claim Token Uri Info
        • Upload JSON Uri Data To IPFS
        • Generate Presigned URL To Upload Image (IPFS)
        • Utility Functions
    • App guide
      • NFT2Scan
        • Create Collection
        • Mint NFT2.0
        • Mint Derivative NFT2.0
      • NFT2Console
        • Create Dapp
        • Register data schema
        • Manage API keys
        • Manage onchain data
    • References
      • Links
  • Bridge
    • Introduction
    • Bridge Token
    • Bridge NFT
  • Staking
    • Introduction
    • Validate
    • Delegate
  • Smart Contracts
    • EVM compatibility
    • Hardhat
    • Foundry
    • Account Abstraction
    • SubQuery Indexer
    • SAFE multisign
  • Nodes & Validators
    • Run a Node
    • Become a Validator
Powered by GitBook
On this page
  • 1. How to Create a New NFT2.0 Collection
  • Step 1: Contract Settings
  • Step 2: Add-On Settings
  • Step 3: Deploy the Contract
  1. NFT2.0
  2. App guide
  3. NFT2Scan

Create Collection

Guidance on How to create collection

1. How to Create a New NFT2.0 Collection

Step 1: Contract Settings

⚠️ You cannot change these settings once the collection is deployed.

Network

  • Select the network (e.g., DERA alpha).

Collection Name (Required)

  • Enter the name of your NFT collection.

  • Limit: Up to 100 characters.

Collection Symbol (Required)

  • Enter a short symbol for your collection (e.g., ABC).

  • Limit: Up to 12 characters.

Step 2: Add-On Settings

These settings can be edited freely while the collection is in Draft status.

Royalty

  • Set the royalty percentage for secondary sales.

Soul Bound (Optional)

  • Enable to make NFTs non-transferable.

  • Add an optional description.

Free Mint (Optional)

  • Allow others to mint NFTs from your collection into their own wallets.

  • Make sure metadata is prepared in advance.

Semi Transferable (Optional)

  • Enable this for limited transfer capabilities.

Kind of Collection

  • Choose the collection standard (default: ERC721 Standard).

Click “CREATE COLLECTION” → opens the contract info draft screen.

Step 3: Deploy the Contract

Once all fields are complete:

  1. Click "CREATE COLLECTION".

  2. Confirm the transaction in your wallet.

  3. Your collection will be deployed, and contract settings will be locked. After successful deployment, users are redirected to the collection detail page.

PreviousNFT2ScanNextMint NFT2.0

Last updated 1 month ago

Create collection: Setting contract
Contract info
Popup confirm fee
Confirm to metamask
Collection detail