neo - Neo 4.0.0-CI02053

Package Description

PM> Install-Package Neo -Version 4.0.0-CI02053 -Source https://www.myget.org/F/neo/api/v3/index.json

Copy to clipboard

> nuget.exe install Neo -Version 4.0.0-CI02053 -Source https://www.myget.org/F/neo/api/v3/index.json

Copy to clipboard

> dotnet add package Neo --version 4.0.0-CI02053 --source https://www.myget.org/F/neo/api/v3/index.json

Copy to clipboard
<PackageReference Include="Neo" Version="4.0.0-CI02053" />
Copy to clipboard
source https://www.myget.org/F/neo/api/v3/index.json

nuget Neo  ~> 4.0.0-CI02053
Copy to clipboard

> choco install Neo --version 4.0.0-CI02053 --source https://www.myget.org/F/neo/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "neo" -SourceLocation "https://www.myget.org/F/neo/api/v2"
Install-Module -Name "Neo" -RequiredVersion "4.0.0-CI02053" -Repository "neo" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/neo/symbols/


neo-logo

CSharp implementation of the neo blockchain protocol.

A modern distributed network for the Smart Economy.
Documentation »

Neo · Neo Modules · Neo DevPack

               

Current neo version. Coverage Status Ask DeepWiki. License.

Open in GitHub Codespaces.

Table of Contents

  1. Overview
  2. Project structure
  3. Related projects
  4. Opening a new issue
  5. Contributing
  6. Bounty program
  7. License

Overview

This repository is a csharp implementation of the neo blockchain. It is jointly maintained by the neo core developers and neo global development community. Visit the tutorials to get started.

Project structure

An overview of the project folders can be seen below.

Folder Content
/src/neo/Cryptography/ General cryptography implementation, including ECC.
/src/neo/IO/ Data structures used for caching and collection interaction.
/src/neo/Ledger/ Classes responsible for the state control, including the MemoryPool and Blockchain.
/src/neo/Network/ Peer-to-peer protocol implementation.
/src/neo/Persistence/ Classes used to allow other classes to access application state.
/src/neo/Plugins/ Interfaces used to extend Neo, including the storage interface.
/src/neo/SmartContract/ Native contracts, ApplicationEngine, InteropService and other smart-contract related classes.
/src/neo/Wallets/ Wallet and account implementation.
/src/Neo.Extensions/ Extensions to expand the existing functionality.
/src/Neo.Json/ Neo's JSON specification.
/tests/ All unit tests.

Related projects

Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.

  • neo: The core libraries for NEO.
  • neo-node: The node-cli implementation to start a NEO node, and Plugins(including DBFT, RpcServer, Oracle, ApplicationLogs, etc.).
  • neo-vm: The Neo Virtual Machine implementation.
  • neo-express: A private net optimized for development scenarios.
  • neo-devpack-dotnet: These are the official tools used to convert a C# smart-contract into a neo executable file.
  • neo-proposals: NEO Enhancement Proposals (NEPs) describe standards for the NEO platform, including core protocol specifications, client APIs, and contract standards.
  • neo-non-native-contracts: Includes non-native contracts that live on the blockchain, included but not limited to NeoNameService.

Opening a new issue

Please feel free to create new issues to suggest features or ask questions.

If you found a security issue, please refer to our security policy.

Contributing

We welcome contributions to the Neo project! To ensure a smooth collaboration process, please follow these guidelines:

Branch Rules

  • master - The NEO-4 development branch.
  • master-n3 - The NEO-3 development branch.

Pull Request Guidelines

Important: All pull requests must be based on the master or/and master-n3 branch.

  1. Fork the repository and create your feature branch from master or/and master-n3:

    git checkout master # or git checkout master-n3
    git pull origin master # or git pull origin master-n3
    git checkout -b feature/your-feature-name # or bugfix/your-bugfix-name
    
  2. Make your changes following the project's coding standards and conventions.

  3. Test your changes thoroughly to ensure they don't break existing functionality.

  4. Commit your changes with clear, descriptive commit messages:

    git commit -m "feature: add new feature description" # or bugfix: fix bug description
    
  5. Push to your fork and create a pull request against the master or/and master-n3 branch:

    git push origin feature/your-feature-name # or bugfix/your-bugfix-name
    
  6. Create a Pull Request targeting the master or/and master-n3 branch with:

    • Clear title and description
    • Reference to any related issues
    • Summary of changes made

Development Workflow

feature, bugfix, etc. → master or/and master-n3 → release-vX.Y
hotfix → release-vX.Y
  • Feature branches are merged into master or/and master-n3.
  • Create a release branch from master or/and master-n3 periodically.
  • Only hotfix branches are merged into release branches.

For more detailed contribution guidelines, please check our documentation or reach out to the maintainers.

Bounty program

You can be rewarded by finding security issues. Please refer to our bounty program page for more information.

License

The NEO project is licensed under the MIT license.

  • .NETFramework 10.0
    • Akka (>= 1.5.58)
    • BouncyCastle.Cryptography (>= 2.6.2)
    • K4os.Compression.LZ4 (>= 1.3.8)
    • Microsoft.Extensions.Configuration.Binder (>= 10.0.2)
    • Microsoft.Extensions.Configuration.Json (>= 10.0.2)
    • Microsoft.IdentityModel.Tokens (>= 8.15.0)
    • Neo.Cryptography.BLS12_381 (>= 3.9.0)
    • Neo.Extensions (>= 4.0.0-CI02053)
    • Neo.IO (>= 4.0.0-CI02053)
    • Neo.Json (>= 4.0.0-CI02053)
    • Neo.VM (>= 3.9.0)
  • .NETFramework 10.0: 10.0.0.0

                        
Assembly Assembly hash Match
/lib/net10.0/neo.dll 30a75c7d831a475eb095b60d79c3fc21FFFFFFFF

Owners

erikzhang

Authors

The Neo Project

Project URL

https://github.com/neo-project/neo

License

MIT

Tags

NEO AntShares Blockchain Smart Contract

Info

245 total downloads
26 downloads for version 4.0.0-CI02053
Download (392.59 KB)
Download legacy symbols (896.86 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.0.0-CI02054 392.58 KB Mon, 15 Jun 2026 15:07:48 GMT 11
4.0.0-CI02053 392.59 KB Tue, 02 Jun 2026 14:43:37 GMT 26
4.0.0-CI02052 392.54 KB Tue, 19 May 2026 21:28:14 GMT 4
4.0.0-CI02051 393.24 KB Sat, 09 May 2026 09:40:36 GMT 4
4.0.0-CI02050 393.25 KB Wed, 22 Apr 2026 06:56:23 GMT 6
3.10.1-CI02056 389.61 KB Sat, 20 Jun 2026 06:55:36 GMT 1
3.10.1-CI02055 389.52 KB Fri, 19 Jun 2026 16:09:15 GMT 1
3.10.1-CI02054 389.53 KB Tue, 16 Jun 2026 20:35:09 GMT 5
3.10.1-CI02053 389.51 KB Thu, 11 Jun 2026 06:27:40 GMT 4
3.10.0 389.46 KB Wed, 10 Jun 2026 06:45:49 GMT 22
3.9.3-CI02051 389.49 KB Mon, 08 Jun 2026 11:33:55 GMT 12
3.9.3-CI02050 389.45 KB Fri, 05 Jun 2026 05:49:28 GMT 15
3.9.3-CI02049 389.44 KB Thu, 04 Jun 2026 10:18:18 GMT 3
3.9.3-CI02048 389.99 KB Wed, 03 Jun 2026 09:19:51 GMT 5
3.9.3-CI02047 389.02 KB Mon, 01 Jun 2026 15:42:25 GMT 1
3.9.3-CI02046 388.86 KB Thu, 28 May 2026 20:25:49 GMT 3
3.9.3-CI02045 389.06 KB Thu, 28 May 2026 17:43:11 GMT 2
3.9.3-CI02044 389.52 KB Tue, 12 May 2026 17:06:08 GMT 6
3.9.3-CI02043 389.4 KB Sat, 09 May 2026 09:40:58 GMT 6
3.9.3-CI02042 389.38 KB Sat, 25 Apr 2026 11:04:50 GMT 8
3.9.3-CI02041 389.37 KB Sat, 25 Apr 2026 11:01:49 GMT 6
3.9.0 384.05 KB Sun, 18 Jan 2026 06:09:28 GMT 94