Stargaze
  • Welcome
    • Coming from Ethereum?
    • Coming from Solana?
    • Coming from Coinbase or other exchange?
    • Coming from MANTRA?
  • Introduction
    • What is Stargaze?
    • Meet the Team
  • Core Apps
    • Launchpad
      • Minters
      • Whitelists
      • Minter and Whitelist Fees
    • Marketplace
      • Governance Parameters
    • Names
    • Live Auctions
    • Infinity Swap
      • How it works
      • Price Mechanics
      • Swap
      • Why use Infinity Swap
      • Infinity Swap Fees
      • Examples
    • DAO DAO
    • StarDEX
      • Navigating StarDEX
      • Swapping Tokens
      • Providing Liquidity
      • Pool Analytics & Metrics
      • Managing and Removing Liquidity
  • Creators
    • Launching a Collection on Stargaze
    • Collection Guidelines
    • Content Guidelines
    • Featured Projects
  • Creator Tools
    • Stargaze Studio
      • Create an NFT Collection
        • Upload Assets and Metadata
        • Configure Collection and Minting Details
        • Creating a Standard Collection
          • Upload Assets and Metadata
          • Configure Collection and Minting Details: Standard Collection
          • Whitelist and Royalty Options
        • Creating an Open/Limited Edition Collection
          • Upload Assets and Metadata
          • Configure Collection and Minting Details: OE/LE
          • Whitelist and Royalty Options
        • Creating a 1/1 Collection
          • Upload Assets and Metadata
          • Configure Collection Details: 1/1 Collection
          • Whitelist and Royalty Options
          • Adding Additional Tokens to a 1/1 Collection
        • Creating a Burn to Mint Collection
          • Upload Assets and Metadata
          • Configure Collection and Minting Details: Standard Collection
          • Whitelist and Royalty Options
      • Interact with a Collection
        • Execute Messages
        • Query Data
    • Launching an NFT project via CLI
      • 1. Setup a basic project
        • 1a. Need help?
      • 2. Configure your project
      • 3. Add assets and metadata
        • Pinata Upload
      • 4. Instantiate minter contract on testnet
      • 5. Whitelist
      • 6. Mint from your contract
      • 7. Query contract
      • 8. Testing your contract on testnet
      • 9. Launching on mainnet
        • 9a. Launching on mainnet with Keplr (optional)
    • Create a Multisig Wallet
      • Create a Multisig using Keplr
      • Create a Multisig using DAO DAO
      • Create a Multisig using CLI
    • Stargaze Studio Fees
  • Developers
    • CosmWasm Contracts
      • Contract Code IDs
      • Deploy to Testnet
      • Deploy to Mainnet
    • Stargaze API
    • Indexers
      • Constellations
      • SubQuery
    • Token Factory
    • Minting and Trading Denoms
  • Tokenomics
    • STARS Token
    • Fair Burn
    • Real Yield
    • Governance
  • Nodes & Validators
    • Getting Setup
    • Running a Full Node
    • Setting up Cosmovisor
    • Running a Validator
    • Configuring StateSync
    • Running a Relayer
    • Foundation Delegation Program
  • Extras
    • FAQ
    • Stargaze Assets
    • Ranking and Algorithms
Powered by GitBook
On this page
  • Steps of Creating an NFT Collection
  • Choosing a Collection Type
  1. Creator Tools
  2. Stargaze Studio

Create an NFT Collection

PreviousStargaze StudioNextUpload Assets and Metadata

Last updated 5 months ago

Steps of Creating an NFT Collection

Creating an NFT collection consists of two main steps; storing assets and configuring collection details and settings.

Stargaze Studio allows you to handle all the steps on a single page without writing a line of code. Stargaze Studio is recommended for all creators. However, for those who wish to use CLI,

This tutorial will cover the following:

Choosing a Collection Type

The first step is deciding what type of collection best fits your project. There are 4 types of collections that can be created through Stargaze Studio at present with a guide for each:

1) Standard Collection

2) Open/Limited Edition Collection

4) Burn to Mint Collection

A Burn to Mint Collection is a collection of up to 10,000 unique NFTs the utilizes the Stargaze burn to mint function alongside the randomized minter. Instead of accepting fungible tokens like STARS or ATOM to mint, Burn to Mint collections require an NFT from an existing collection to be burned in order to mint. When creating the collection, the creator selects which collections are eligible to participate in the burn process and the user selects NFTs frm those collections to burn when participating in the mint.

In all cases, it is highly recommended to first launch your collection on before launching on .

A collection of up to 10,000 unique NFTs that utilizes the Stargaze randomized minter. This is the most common collection type for things like PFP collections.

A single NFT that can be minted multiple times within a timeframe or quantity defined by the creator. This is commonly used by artists selling multiple copies of a single piece of art or for ticketing. 3) 1/1 Collection A collection created with a single NFT minted automatically to the creator's wallet and more NFTs can be added by the creator over time. This is commonly used for custom profile picture collections or other ongoing collections such as commissions.

In all cases, it is highly recommended to first launch your collection on before launching on .

testnet
mainnet
Jump to Creating a Standard Collection
Jump to Creating an Open/Limited Edition Collection
Jump to Creating a 1/1 Collection
Jump to Creating a Burn to Mint Collection
testnet
mainnet
a guide can be found here.
Storage options, uploading assets and metadata
Configuring collection and minting details
Whitelist and Royalty settings (optional)
Collection types on the Stargaze Studio page.