Create Multi-Asset Collection
Deploy an ERC1155-equivalent multi-token collection on Aptos
Connect Your Wallet
Connect Petra wallet to create multi-asset collections
Factory Contract Not Yet Deployed
Multi-Token Collection creation on Testnet is not yet available. The factory contract needs to be deployed before you can create assets on this chain.
Select Chain
Choose the Aptos network for deployment
Token Details
Configure your multi-asset collection parameters
Collection name is required.
URI pointing to collection metadata (JSON)
Defaults to your connected wallet address
Basis points (100 = 1%, 250 = 2.5%, 10000 = 100%)
Multi-Asset Standard
Multi-Asset collections on Aptos use the Fungible Asset framework with a multi-token pattern, providing ERC-1155-equivalent functionality. Each collection can contain multiple token types identified by unique IDs, supporting batch minting, batch transfers, per-token URIs, and configurable royalties.
View FA Documentation