UniSat
  • 🔸welcome
    • UniSat Home
    • UniSat Work Priorities
      • UniSat 2025 Q2 Work priorities
      • Overview of UniSat 2025 Work Priorities
      • Production Roadmap in Q4 2024
  • 🛠️dev
    • Developer Center
      • UniSat Open API
      • Plans
      • How to Acquire a UniSat API Key
      • Enable the two-factor authentication
      • FAQ
      • Developer Service Legal Disclaimer
    • UniSat Wallet Integration
  • 🔹Products
    • UniSat Wallet
      • How to Create UniSat Wallet
      • How to Deposit/Withdraw Assets
      • How to Manage Your UniSat Wallet
      • Chrome Extension FAQ
      • UniSat Wallet Safety Guide: Protecting Your Assets
        • Best Practices for Safety
      • Release Notes
        • v1.6.2
        • v1.6.1
        • v1.6.0
        • v1.5.8
        • v1.5.4
        • v1.5.2
        • v1.5.1
        • v1.4.10
        • v1.4.9
        • v1.4.6
        • v1.4.5
        • v1.4.2
        • v1.4.1
        • v1.4.0
        • v1.3.3
        • v1.3.2
        • v1.3.1
        • v1.3.0
        • v1.2.9
    • UniSat Inscribe
      • How to Inscribe on UniSat
      • Inscribing brc-20 and Runes in a single transaction
      • Advanced Features
  • UniSat Marketplace
    • How to Trade on UniSat Marketplace
    • UniSat Marketplace Fee Rates
  • PizzaSwap
    • How to interact with PizzaSwap?
    • Green Channel User Guide
    • Guides for withdrawing your assets from PizzaSwap or brc20-swap
    • Bonus LP Rewards: Step-by-Step Guide
  • UTXO Management
    • Understanding UTXO
    • How to reclaim BTC/FB trapped in useless inscription UTXOs
    • How to split Ordinals / Runes / Alkanes / BTC / FB?
    • How to batch send Ordinals / Runes / Alkanes / BTC / FB?
    • How to merge Runes / Alkanes / BTC / FB?
    • How to unlock/lock inscription/Runes/Alkanes/ utxo and send as normal BTC in All UTXO Tab
    • FAQ
  • UniHexa - Coming Soon
  • UniSat Drops
  • 🎏Community
    • UniSat Points
    • UniSat Titles
    • UniSat Credits
    • Events
      • brc20-swap Early Access
      • UniSat OG Pass Collection
      • Babylon Staking Activity
        • How to Transfer $BABY to a Cosmos Wallet
        • How to Participate in BTC Staking on Babylon Using UniSat Wallet
    • Assets & Collections
      • Assets potentially associated with UniSat's products
      • How to Submit Collection in GitHub?
    • The Journey of a Bitcoin Alchemist
  • 📖Academy
    • Bitcoin
      • What is Bitcoin?
      • How does Bitcoin work?
      • Understanding Bitcoin Address Types
      • What is Signet?
      • Glossary
  • Ordinals
    • .unisat Names
      • Name recognized and resolved
  • Runes
    • How to Etch Runes?
    • How to Mint Runes?
    • How to Trade Runes?
  • Alkanes
    • How to Trade Alkanes on UniSat Marketplace
    • FAQ
  • Fractal Bitcoin
    • Runes on Fractal
      • How to Etch Runes?
      • How to Mint Runes?
      • How to Trade Runes?
    • CAT on Fractal
      • How to send / receive CAT20?
      • How to Buy and Sell CAT on UniSat CAT Market?
    • Fractal Service Links
  • Technical
    • Single-Step Transfer
    • Understanding Sub-1 sat/vB Bitcoin Transactions
      • What Happens When Bitcoin Fee Rates Drop Below 1 sat/vB?
      • The Hidden Risks of Sub-1 sat/vB Transactions
    • brc20-swap Introduction
      • What Is an Automated Market Maker?
      • Liquidity providers (LPs)
      • Testnet guide
      • Technical Q&A
      • Modules, withdrawals, and decentralization of brc-20
    • brc-20 Swap and PizzaSwap Development
  • Deprecated
    • Transfer brc-20 in UniSat Wallet (2023)
    • Simple Bridge
      • How to use the Simple Bridge
    • FairPool
      • Getting Started with FairPool
Powered by GitBook
On this page
  1. 🎏Community
  2. Assets & Collections

How to Submit Collection in GitHub?

PreviousAssets potentially associated with UniSat's productsNextThe Journey of a Bitcoin Alchemist

Last updated 11 months ago

CtrlK

This document provides a detailed guide for project teams on how to submit an application to list new collections on the UniSat Marketplace on Fractal.

  1. Prepare the contents of the two files, meta.json and inscriptions.json, for the collection.

  2. Sign in to GitHub and open https://github.com/unisat-wallet/fractal-ordinals-collections (templates for meta.json and inscriptions.json are available on this page).

  3. Click "Fork" on the page.

  1. It will automatically load the info for "Owner" and "Repository name" on the next page. Then click "Create fork".

  1. Wait a few seconds for the fork to be created. Once done, click "collections".

  1. Click "Add file" -> "Create new file".

  1. In the textbox below, create your collection folder. NOTE: The folder name must end with a /, for example, test1/. The folder name is the slug in the conllections meta.json.

  1. Create the file under the collection folder, enter meta.json in the textbox after the folder name as shown below, then copy/paste the related content of meta.json into the edit box. Finally, click "Commit changes...".

  1. You can check the left column to confirm that the meta.json file was created successfully.

  1. Use the same method to create the second file, inscriptions.json.

  1. Once both files are added, click the "Pull requests" tab -> "New pull request".

  1. If the page shows a green "Able to merge" message, click "Create pull request".

  1. Add a title and description (optional), then click "Create pull request".

  1. All done! You can find your request listed under "Pull requests".

Please keep the following in mind when submitting your request:

  • Be patient while we process your request.

  • Pay attention to the comments in your request. If your submission doesn't meet the requirements, we will specify the reason, and requests with invalid JSON files will be closed.

  • Do not repeatedly submit requests.

  • Submit a complete collection in one request. Do not spread files across multiple requests.

  • Do not submit multiple collections in one request. If one collection doesn't meet the criteria, it could affect the approval of others in the same request.