☁️
Zus Docs
  • About Züs
  • System
    • Providers and Services
      • Miner
      • Sharder
      • Blobber
      • Validator
      • Authorizer
      • Node Locator (0DNS)
    • Storage
      • Architecture and Data Management
      • Protocol
        • Allocations
        • Reference Objects
        • Challenges
        • Write Markers
          • Chain Hashing
          • Two Commit
        • Blobber Repair Protocol
      • ZS3 Server
        • Backup, Recovery and Replication
        • Encryption and Compression
        • S3FS Setup and Usage
        • Backup & Recovery with Restic on Blimp + ZS3 Server
        • Backup & Recovery with Veeam on Blimp + ZS3 Server
      • File Operations
        • Upload
        • Download
        • File Sharing
        • Partial Error Recovery
        • Streaming
        • Rent a Blobber
    • Smart Contracts
      • Storage S.C.
      • Miner S.C.
      • ZCN S.C.
      • ERC-20 S.C.s
      • Bridge Protocol
    • Blockchain & Consensus
      • Entities
    • User Authentication and Wallet Management System
      • OKTA Integration
      • Key Management System (KMS)
  • APIs
    • 0DNS API
    • JS API
    • Mobile API
  • CLIs
    • Storage CLI
      • Quickstart
      • Configuring the tool
    • Wallet CLI
      • Wallet Configuration
      • Quickstart
      • Configuring the tool
  • SDKs
    • Go SDK
      • GO SDK Microservices
    • JS SDK
  • Tokenomics
    • Staking
    • Reward & Penalty
  • ✨Züs Apps
    • 🗝️Vult
      • Getting Started
        • Web
        • Mobile
      • Vult AI
        • Batch Processing
        • Memory Retention
        • Technical Implementation
        • Architecture Overview
      • Login / Register
      • File Management Pages
      • File Sharing
      • Storage Management Dashboard
      • Storage Maintenance and Troubleshooting
      • Züs Subscription
      • Wallet Management
      • Refer a friend
      • Settings
    • 🏗️Blimp
      • Getting Started
      • Login / Register
      • Configure Storage
        • Create Standard Storage Allocation
        • Create Enterprise Allocation
        • Create S3 Server Allocation
        • Create Cloud Migration Allocation
        • Allocation Maintenance and Troubleshooting
      • File Management Pages
      • File Sharing
      • Manage Allocations
      • Upgrade Storage
      • Blimp Vault
      • Refer a friend
      • Settings
      • Launching ZS3 Server
      • Using CLI to backup files into Blimp + ZS3 Server
    • 🏠Chimney
      • Getting Started
      • Login / Register
      • Create New Deployment
      • Manage Your Deployments
      • Homepage
      • Staking Dashboard
      • Rank Dashboard
      • Monitor Dashboard
      • Stats Dashboard
      • Logs Dashboard
      • Wallet Dashboard
      • Operations on your Deployments
      • Restricted Blobbers
      • Settings
        • Manage Profile
        • Wallet Settings
        • Update Blobber Settings
        • Update Blobber Version
        • Refer a friend
        • Help
    • 🌐Atlus
      • Getting Started
      • Home page
      • Service Providers Page
      • Charts Page
        • Market Charts
        • Network Charts
        • Storage Charts
      • Blockchain Page
      • Server Map Page
      • Storage Explainer Page
      • Details Pages
        • Block Details Page
        • Transaction Details Page
        • Wallet Details Page
        • Miner Details Page
        • Sharder Details Page
        • Blobber Details Page
        • Validator Details Page
        • Authorizer Details Page
        • Allocation Details Page
      • Appendix: Common Components
    • ⚡Bolt
      • Getting Started
        • Web
        • Mobile
      • Login / Register
      • Sign In with external wallet
      • Staking Dashboard
      • Staking/Unstaking a provider
      • Claiming Rewards
      • Send/Receive ZCN tokens
      • Buy ZCN
      • Deposit/Withdraw ZCN tokens
      • Activity Dashboard
      • Refer a friend
      • Settings
  • Releases
    • Hardfork
Powered by GitBook
On this page
  • Prerequisite
  • Steps for deploying an NFT contract on Polygon
  1. Züs Apps
  2. Chalk

Creating an NFT collection

Deploying an NFT collection contract and create NFT(s) inside the collection.

Last updated 9 months ago

Prerequisite

Chalk uses Polygon Mainnet Network for the NFT collection contract deployment so make sure your Metamask wallet is connected to Polygon Mainnet Network. For adding Polygon Mainnet in your Metamask, you can take a look at link.

If you're not connected to Polygon Mainnet already, you'll be asked to connect to it by a popup.

Steps for deploying an NFT contract on Polygon

  1. Click on the "Create a Collection" link from the header.

  2. Enter the name and a short description of your collection and click the "Next" button.

  3. You'll be asked to select the storage size for your collection. You can buy the size by using ZCN or Stripe.

  4. Once you've purchased the storage for your collection, you'll land on the below page. The first field is for creating total mintable NFTs inside your collection. The second field is your NFT Mint/Buy price in Matic which you'll get when someone mints your NFT. The third field is for setting up the royalty percentage from 1-10% for your NFT collection when your NFTs are traded in marketplaces after they're minted in Chalk. Click on the "Deploy Contract" button once you're done setting up the fields.

  5. You'd be asked to approve two Metamask transactions. One for the contract deployment part and one for setting up your enabling public minting of your NFTs.

  6. You've now successfully deployed your collection on Polygon. Now you can create NFTs inside your collection on the go or later from the collection details page. Enter the name and description of your NFT and click on the "Create" button.

  7. You'll be redirected to the collection details field where you'll see the following popup with the next steps.

Note that when you create a collection and NFT, Chalk uploads placeholder images for them in the background, and then you can always update by clicking on the "Upload Content" button.

✨
🖼️
this
Fig1: Connect to Poylgon Mainnet
Fig2: Collection Naming
Fig3: Collection Storage Selection
Fig4: Collection Pricing
Fig5: Contract Interaction Metamask Transaction
Fig6: Public Minting Metamask Transaction
Fig7: Contract Deployment Success
Fig8: NFT Details
Fig9: Setup Collection Details