Skip to content

Reference

Canonical reference for the Neo DevPack for Solidity. The pages below are the source-of-truth tables you check when you need a definitive answer about what's supported, what an error means, or how a Solidity construct maps to NeoVM.

Compiler & Language

  • EVM feature support matrix — every Solidity 0.8.x feature with its Neo support status (full / partial / unsupported / lowered).
  • Language grammar — the formal grammar accepted by neo-solc.
  • Cheatsheet — quick-lookup for syntax, operators, and globals.
  • Keyword index — every reserved word and built-in identifier with a link to its definition.

Diagnostics & Errors

Runtime & VM

Standards & Mirror

Standards by Category

Other

MIT Licensed