Overview
Architecture
Contract Standard
Chain Information
Property
Value
Querying NFT Data
Building on Stargaze
API Access
Last updated
Technical information for developers integrating with Stargaze on the Cosmos Hub.
Stargaze runs on the Cosmos Hub using CosmWasm smart contracts. All NFT collections use the CW721 standard.
Stargaze uses CW721 (Cosmos NFT standard) with extensions for:
Royalty payments
Collection metadata
Migration support
See CW721 Contract Reference for message specs.
Chain
Cosmos Hub
Chain ID
cosmoshub-4
Token
ATOM
Contract Standard
CW721
To query NFT data on-chain, use standard CosmWasm contract queries against the collection contract address.
For indexed data (listings, sales history, etc.), contact the Stargaze team for API access.
Stargaze operates on the Cosmos Hub. For general Cosmos development:
Stargaze APIs and indexer access are not publicly available. For integration partnerships, contact the team via Discord.
Last updated