Create Multi-Token Contract
Deploy a NEP-245 multi-token contract on NEAR Protocol
Connect Your Wallet
Connect NEAR wallet to create multi-token contracts
Network
Select the NEAR network for deployment
Factory Contract Not Yet Deployed
Token creation on NEAR Testnet is not yet available. The factory contract needs to be deployed before you can create assets on this chain.
NEP-245 Multi-Token Standard
NEP-245 is NEAR's multi-token standard, similar to ERC-1155 on Ethereum. A single contract can manage multiple token types: fungible tokens, non-fungible tokens, and semi-fungible tokens. It supports batch minting, batch transfers, approval management, and per-token metadata with royalty configuration.
View NEP-245 Specification