Skip to content
ChainPortal Logo

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

Token Details

Configure your NEP-245 multi-token contract parameters

Collection name is required.

Base URI for token metadata. Token ID will be appended to resolve individual metadata.

Defaults to your connected account if left empty

Basis points (500 = 5%). Max 10000 (100%).

Network: NEAR Testnet
Standard: NEP-245 Multi-Token
Deposit: 5 NEAR

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