neo - Neo 4.0.0-CI02033
Package Description
PM> Install-Package Neo -Version 4.0.0-CI02033 -Source https://www.myget.org/F/neo/api/v3/index.json
> nuget.exe install Neo -Version 4.0.0-CI02033 -Source https://www.myget.org/F/neo/api/v3/index.json
> dotnet add package Neo --version 4.0.0-CI02033 --source https://www.myget.org/F/neo/api/v3/index.json
> choco install Neo --version 4.0.0-CI02033 --source https://www.myget.org/F/neo/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "neo" -SourceLocation "https://www.myget.org/F/neo/api/v2"
Install-Module -Name "Neo" -RequiredVersion "4.0.0-CI02033" -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/
CSharp implementation of the neo blockchain protocol.
A modern distributed network for the Smart Economy.
Documentation »
Neo
·
Neo Modules
·
Neo DevPack
Table of Contents
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-cliimplementation 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.
Fork the repository and create your feature branch from
masteror/andmaster-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-nameMake your changes following the project's coding standards and conventions.
Test your changes thoroughly to ensure they don't break existing functionality.
Commit your changes with clear, descriptive commit messages:
git commit -m "feature: add new feature description" # or bugfix: fix bug descriptionPush to your fork and create a pull request against the
masteror/andmaster-n3branch:git push origin feature/your-feature-name # or bugfix/your-bugfix-nameCreate a Pull Request targeting the
masteror/andmaster-n3branch 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
masteror/andmaster-n3. - Create a release branch from
masteror/andmaster-n3periodically. - 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-CI02033)
- Neo.IO (>= 4.0.0-CI02033)
- Neo.Json (>= 4.0.0-CI02033)
- Neo.VM (>= 3.9.0)
- .NETFramework 10.0: 10.0.0.0
| Assembly | Assembly hash | Match |
|---|---|---|
| /lib/net10.0/neo.dll | f9e3236601294e0c85179b142fca9c22FFFFFFFF |
Ownerserikzhang |
AuthorsThe Neo Project |
Project URLhttps://github.com/neo-project/neo |
LicenseMIT |
TagsNEO AntShares Blockchain Smart Contract |
Info8 total downloads |
| 0 downloads for version 4.0.0-CI02033 |
| Download (384.31 KB) |
| Download legacy symbols (873.31 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
4.0.0-CI02033 | 384.31 KB | Sun, 25 Jan 2026 17:55:48 GMT | 0 |
|
||
|
|
4.0.0-CI02032 | 384.32 KB | Sun, 25 Jan 2026 04:41:19 GMT | 0 |
|
||
|
|
4.0.0-CI02031 | 384.03 KB | Fri, 23 Jan 2026 19:34:44 GMT | 0 |
|
||
|
|
4.0.0-CI02030 | 383.67 KB | Fri, 23 Jan 2026 11:57:36 GMT | 0 |
|
||
|
|
4.0.0-CI02029 | 388.44 KB | Thu, 22 Jan 2026 05:30:04 GMT | 0 |
|
||
|
|
4.0.0-CI02028 | 388.28 KB | Sat, 17 Jan 2026 16:15:31 GMT | 0 |
|
||
|
|
4.0.0-CI02027 | 388.29 KB | Mon, 12 Jan 2026 13:26:59 GMT | 0 |
|
||
|
|
3.9.3-CI02021 | 386.32 KB | Sun, 25 Jan 2026 18:25:43 GMT | 0 |
|
||
|
|
3.9.3-CI02020 | 385.91 KB | Sat, 24 Jan 2026 02:06:59 GMT | 0 |
|
||
|
|
3.9.3-CI02019 | 385.58 KB | Fri, 23 Jan 2026 08:11:47 GMT | 0 |
|
||
|
|
3.9.3-CI02018 | 385.58 KB | Fri, 23 Jan 2026 07:31:23 GMT | 0 |
|
||
|
|
3.9.3-CI02017 | 384.19 KB | Thu, 22 Jan 2026 13:45:54 GMT | 0 |
|
||
|
|
3.9.3-CI02016 | 384.17 KB | Thu, 22 Jan 2026 05:29:15 GMT | 0 |
|
||
|
|
3.9.3-CI02015 | 384.11 KB | Thu, 22 Jan 2026 05:22:15 GMT | 0 |
|
||
|
|
3.9.3-CI02014 | 384.11 KB | Thu, 22 Jan 2026 05:18:30 GMT | 0 |
|
||
|
|
3.9.0 | 384.05 KB | Sun, 18 Jan 2026 06:09:28 GMT | 0 |
|
||
|
|
3.9.0-CI02011 | 384.09 KB | Wed, 14 Jan 2026 15:52:39 GMT | 0 |
|
||
|
|
3.9.0-CI02010 | 384.09 KB | Wed, 14 Jan 2026 12:09:48 GMT | 0 |
|
||
|
|
3.9.0-CI02009 | 384.09 KB | Tue, 13 Jan 2026 08:28:47 GMT | 1 |
|
||
|
|
3.9.0-CI02008 | 383.91 KB | Tue, 13 Jan 2026 07:10:21 GMT | 1 |
|
||
|
|
3.9.0-CI02007 | 378.41 KB | Tue, 13 Jan 2026 02:40:14 GMT | 6 |
|