Skip to content

Standards and Contracts

The devpack provides complete implementations of Neo N3 token standards — NEP-17 (fungible tokens), NEP-11 (non-fungible tokens), and NEP-24 (royalty metadata) — plus reusable lifecycle/callback interfaces for NEP-22/26/27/29/30/31. The compiler auto-detects standard compliance and populates the manifest's supportedstandards array.

For a compact ERC/EIP to Neo reader guide, see Standards Mapping.

Sections

Section
Supported Standards
Ethereum to Neo Standard Mapping
NEP-17: Fungible Tokens
NEP-11: Non-Fungible Tokens
NEP-24: Royalty Standard
Standards Auto-Detection
Interface Detection: EIP-165 vs Manifest
Compiler Diagnostics for Standards
Testing Standards Compliance
See Also

MIT Licensed