Connect Your Wallet
Connect Keplr wallet to create CW1155 collections
Factory Contract Not Yet Deployed
Multi-Token Collection creation on Cosmos Hub is not yet available. The factory contract needs to be deployed before you can create assets on this chain.
Select Chain
Choose the chain for deployment
Token Details
Configure your CW1155 multi-token collection
Collection name is required.
Metadata URI for the collection (IPFS or HTTP)
Address that receives royalties on secondary sales
Basis points (100 = 1%, 250 = 2.5%, 1000 = 10%)
CW1155 Multi-Token Standard
CW1155 is the CosmWasm equivalent of ERC1155. A single contract manages multiple token types, supporting fungible, semi-fungible, and non-fungible tokens. This enables efficient batch operations and reduces deployment costs compared to separate CW20/CW721 contracts.
View CW1155 Specification