Andromeda Web Application
  • Introduction
    • Overview
    • ADO Builder
    • App Builder
    • Assets
    • App Store
    • CLI
  • Learning the Basics
    • Setting Up your Wallet
    • The Token Standards
      • CW721: Non-Fungible Token (NFT) Standard
      • CW20: Fungible Token (CW20) Standard
    • Using Execute Messages
    • Using Queries
    • ADO Ownership
  • Guides and Examples
    • ADO Builder
      • Building Your First App
      • Building your First NFT Collection
        • Setting Up NFT Metadata
      • Creating your First NFT Auction House
      • NFT Marketplace App
      • Crowdfund App
      • CW20 Exchange
      • Auction Using CW20 Tokens
      • Extended Marketplace
      • Commission Based Sales Application
      • Vesting and Staking App
    • App Builder
      • NFT Auction Marketplace
    • Embeddables
      • NFT Auction
    • Using CLI to Interact with Apps
    • Importing/Exporting Data
  • Staking
    • Andromeda Staking
  • Data and Statistics
    • Tokenomics Dashboard
Powered by GitBook
On this page
  1. Learning the Basics

The Token Standards

PreviousSetting Up your WalletNextCW721: Non-Fungible Token (NFT) Standard

Last updated 1 year ago

Introduction

The Cosmos ecosystem has gained significant traction in the blockchain space due to its interoperability features and focus on scalability. As part of its growing ecosystem, Cosmos has developed two primary token standards: CW721 and CW20. These standards facilitate the creation and management of both non-fungible tokens (NFTs) and fungible tokens (Coins) within the Cosmos network, enabling developers to build a wide range of decentralized applications (dApps) and digital assets.

Most of the use cases we will be building in the sections will contain one of the above mentioned tokens as the base component of the dApp.

Guides and Examples