{"id":36530365,"url":"https://github.com/neo-project/neo-vm","last_synced_at":"2026-01-12T03:00:08.295Z","repository":{"id":13174784,"uuid":"68890761","full_name":"neo-project/neo-vm","owner":"neo-project","description":"NEO Virtual Machine","archived":false,"fork":false,"pushed_at":"2026-01-01T17:48:32.000Z","size":1547,"stargazers_count":198,"open_issues_count":3,"forks_count":145,"subscribers_count":45,"default_branch":"master","last_synced_at":"2026-01-01T20:54:07.931Z","etag":null,"topics":["neo","virtual-machine"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neo-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-09-22T06:17:18.000Z","updated_at":"2025-12-18T14:04:06.000Z","dependencies_parsed_at":"2023-02-10T22:16:32.725Z","dependency_job_id":"12536a3b-1923-4a7b-a3d5-39b005c1e933","html_url":"https://github.com/neo-project/neo-vm","commit_stats":{"total_commits":329,"total_committers":18,"mean_commits":18.27777777777778,"dds":0.5197568389057751,"last_synced_commit":"5b0a39811b34abacab1273f3ee5a9a9f7e52ac7b"},"previous_names":["antshares/antshares.vm"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/neo-project/neo-vm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-project%2Fneo-vm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-project%2Fneo-vm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-project%2Fneo-vm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-project%2Fneo-vm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neo-project","download_url":"https://codeload.github.com/neo-project/neo-vm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-project%2Fneo-vm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neo","virtual-machine"],"created_at":"2026-01-12T03:00:07.610Z","updated_at":"2026-01-12T03:00:08.281Z","avatar_url":"https://github.com/neo-project.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://neo.org/\"\u003e\u003cimg src=\"https://neo3.azureedge.net/images/logo%20files-dark.svg\" width=\"250px\" alt=\"neo-logo\"\u003e\u003c/a\u003e\n\n# NeoVM — The NEO Virtual Machine\n\n[![NuGet](https://img.shields.io/nuget/v/Neo.VM.svg)](https://www.nuget.org/packages/Neo.VM/)\n[![Coverage Status](https://coveralls.io/repos/github/neo-project/neo-vm/badge.svg)](https://coveralls.io/github/neo-project/neo-vm)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\nNeoVM is the lightweight, deterministic, stack-based virtual machine that executes Neo smart contracts. It’s designed to be embeddable, predictable, and portable across platforms. For an overview and deep dives (architecture, stacks, instruction set), see the official developer docs. ([NEO Developer Resource](https://developers.neo.org/docs/n3/foundation/neovm))\n\n---\n\n## Features\n\n* **Deterministic \u0026 Turing-complete** execution for smart contracts.\n* **Small, embeddable runtime** suitable for host applications beyond the Neo blockchain.\n* **Clear isolation boundary**: external effects are provided by the host via an interop/syscall layer (e.g., ApplicationEngine in Neo).\n* **Rich instruction set** (control flow, stacks, arithmetic, crypto, data structures).\n\n---\n\n## Packages\n\nThe VM is published as a NuGet package:\n\n```\ndotnet add package Neo.VM\n```\n\nThis adds the VM to your project; you can then embed and drive it from your host application.\n\nTargets **.NET 10.0** and **.NET Standard 2.1** (compatible with a wide range of runtimes).\n\n---\n\n## Contributing\n\nContributions are welcome! Typical flow:\n\n1. Fork the repo and create a feature branch.\n2. Make changes with tests (`tests/Neo.VM.Tests`).\n3. Ensure `dotnet test` passes and follow standard C# conventions.\n4. Open a pull request with a clear description and rationale.\n\n---\n\n## See also\n\n* **neo (core library)** — base classes, ledger, P2P, IO. ([Github](https://github.com/neo-project/neo))\n* **neo-devpack-dotnet** — C# → NeoVM compiler and developer toolkit. ([Github](https://github.com/neo-project/neo-devpack-dotnet))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo-project%2Fneo-vm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneo-project%2Fneo-vm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo-project%2Fneo-vm/lists"}