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
| Topic | URL | Check |
|---|---|---|
| Platform intro | foundation/introduction | Matches N3 product story |
| NeoVM architecture | foundation/neovm | Matches neo-vm README + ExecutionEngine |
| CLI commands | node/cli/cli | Command names (show state, deploy, invoke, …) still match Neo-CLI |
| RPC catalog | reference/rpc | Use as API index |
| Node ports | node/Introduction | 10332/10333 MainNet, 20332/20333 TestNet |
| CLI vs GUI feature table | same page | Still the right split (RPC + consensus = CLI) |
| dBFT / governance | consensus, governance | Concept pages |
Stale or easy to get wrong
| What you might see | Current reality |
|---|---|
| Download / source neo-project/neo-cli | CLI source is neo-project/neo-node (src/Neo.CLI). Releases: neo-node/releases. |
neo-node README: cd neo-node/neo-cli | Path is src/Neo.CLI |
| neo-node README: “.NET Core”, Ubuntu 14/16/18 | Projects target .NET 10 (net10.0) |
dotnet neo-cli.dll | Published output may be Neo.CLI.dll / neo-cli; run from the publish folder |
list nativecontract sample includes NameService | Not a native contract in current neo source. See non-native-contracts. |
| Root README “Documentation »” → docs.neo.org | N3 developer hub is developers.neo.org |
This git workspace containing src/Neo.CLI | Official 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-n3gh api repos/neo-project/neo-node/contents/src?ref=master-n3and…/pluginsgh api repos/neo-project/neo-vm/contents/src?ref=mastersrc/Directory.Build.propsin this repo:VersionPrefix3.10.2, testsnet10.0- neo-node and neo-vm csproj / Directory.Build.props:
net10.0,3.10.2 src/Neo/SmartContract/Native/file list for native contractssrc/Neo/Hardfork.csfor hardfork names
When official pages and GitHub disagree, these docs follow GitHub master-n3 / neo-vm master.