Official docs notes

August 26, 2026 · View on GitHub

We used developers.neo.org while writing these guides and checked the current GitHub trees. This page records mismatches so you do not follow a dead link.

Still accurate

TopicURLCheck
Platform introfoundation/introductionMatches N3 product story
NeoVM architecturefoundation/neovmMatches neo-vm README + ExecutionEngine
CLI commandsnode/cli/cliCommand names (show state, deploy, invoke, …) still match Neo-CLI
RPC catalogreference/rpcUse as API index
Node portsnode/Introduction10332/10333 MainNet, 20332/20333 TestNet
CLI vs GUI feature tablesame pageStill the right split (RPC + consensus = CLI)
dBFT / governanceconsensus, governanceConcept pages

Stale or easy to get wrong

What you might seeCurrent reality
Download / source neo-project/neo-cliCLI source is neo-project/neo-node (src/Neo.CLI). Releases: neo-node/releases.
neo-node README: cd neo-node/neo-cliPath is src/Neo.CLI
neo-node README: “.NET Core”, Ubuntu 14/16/18Projects target .NET 10 (net10.0)
dotnet neo-cli.dllPublished output may be Neo.CLI.dll / neo-cli; run from the publish folder
list nativecontract sample includes NameServiceNot a native contract in current neo source. See non-native-contracts.
Root README “Documentation »” → docs.neo.orgN3 developer hub is developers.neo.org
This git workspace containing src/Neo.CLIOfficial neo-project/neo master-n3 src/ is Neo, Neo.IO, Neo.Json, Neo.Extensions only. Extra folders in a fork are local.

How we verified

  • gh api repos/neo-project/neo/contents/src?ref=master-n3
  • gh api repos/neo-project/neo-node/contents/src?ref=master-n3 and …/plugins
  • gh api repos/neo-project/neo-vm/contents/src?ref=master
  • src/Directory.Build.props in this repo: VersionPrefix 3.10.2, tests net10.0
  • neo-node and neo-vm csproj / Directory.Build.props: net10.0, 3.10.2
  • src/Neo/SmartContract/Native/ file list for native contracts
  • src/Neo/Hardfork.cs for hardfork names

When official pages and GitHub disagree, these docs follow GitHub master-n3 / neo-vm master.