Loic.neo-project.neo 1.0.0

dotnet add package Loic.neo-project.neo --version 1.0.0
                    
NuGet\Install-Package Loic.neo-project.neo -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Loic.neo-project.neo" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Loic.neo-project.neo" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Loic.neo-project.neo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Loic.neo-project.neo --version 1.0.0
                    
#r "nuget: Loic.neo-project.neo, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Loic.neo-project.neo&version=1.0.0
                    
Install Loic.neo-project.neo as a Cake Addin
#tool nuget:?package=Loic.neo-project.neo&version=1.0.0
                    
Install Loic.neo-project.neo as a Cake Tool

<p align="center"> <a href="https://neo.org/"> <img src="https://neo3.azureedge.net/images/logo%20files-dark.svg" width="250px" alt="neo-logo"> </a> </p>

<h3 align="center">Neo Blockchain</h3>

<p align="center"> A modern distributed network for the Smart Economy. <br> <a href="https://docs.neo.org/docs/en-us/index.html"><strong>Documentation »</strong></a> <br> <br> <a href="https://github.com/neo-project/neo"><strong>Neo</strong></a> · <a href="https://github.com/neo-project/neo-vm">Neo VM</a> · <a href="https://github.com/neo-project/neo-modules">Neo Modules</a> · <a href="https://github.com/neo-project/neo-devpack-dotnet">Neo DevPack</a> · <a href="https://github.com/neo-project/neo-node">Neo Node</a> </p> <p align="center"> <a href="https://twitter.com/neo_blockchain"> <img src=".github/images/twitter-logo.png" width="25px"> </a>   <a href="https://medium.com/neo-smart-economy"> <img src=".github/images/medium-logo.png" width="23px"> </a>   <a href="https://neonewstoday.com"> <img src=".github/images/nnt-logo.jpg" width="23px"> </a>  
<a href="https://t.me/NEO_EN"> <img src=".github/images/telegram-logo.png" width="24px" > </a>   <a href="https://www.reddit.com/r/NEO/"> <img src=".github/images/reddit-logo.png" width="24px"> </a>   <a href="https://discord.io/neo"> <img src=".github/images/discord-logo.png" width="25px"> </a>   <a href="https://www.youtube.com/neosmarteconomy"> <img src=".github/images/youtube-logo.png" width="32px"> </a>  

<a href="https://neo.org/"> <img src=".github/images/we-chat-logo.png" width="25px"> </a>   <a href="https://weibo.com/neosmarteconomy"> <img src=".github/images/weibo-logo.png" width="28px"> </a> </p> <p align="center"> <a href="https://travis-ci.org/neo-project/neo"> <img src="https://travis-ci.org/neo-project/neo.svg?branch=master" alt="Current TravisCI build status."> </a> <a href="https://github.com/neo-project/neo/releases"> <img src="https://badge.fury.io/gh/neo-project%2Fneo.svg" alt="Current neo version."> </a> <a href='https://coveralls.io/github/neo-project/neo'> <img src='https://coveralls.io/repos/github/neo-project/neo/badge.svg' alt='Coverage Status' /> </a> <a href="https://github.com/neo-project/neo/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License."> </a> </p>

Table of Contents

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

Overview

This repository contain main classes of the Neo blockchain.
Visit the documentation to get started.

Note: This is Neo 3 branch, currently under development. For the current stable version, please click here.

Project structure

An overview of the project folders can be seen below.

Folder Content
Consensus Classes used in the dBFT consensus algorithm, including the ConsensusService actor.
Cryptography General cryptography classes including ECC implementation.
IO Data structures used for caching and collection interaction.
Ledger Classes responsible for the state control, including the MemoryPool and Blockchain classes.
Network Peer-to-peer protocol implementation classes.
Persistence Classes used to allow other classes to access application state.
Plugins Interfaces used to extend Neo, including the storage interface.
SmartContract Native contracts, ApplicationEngine, InteropService and other smart-contract related classes.
VM Helper methods used to interact with the VM.
Wallet Wallet and account implementation.

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

  • neo: Neo core library, contains base classes, including ledger, p2p and IO modules.
  • neo-vm: Neo Virtual Machine is a decoupled VM that Neo uses to execute its scripts. It also uses the InteropService layer to extend its functionalities.
  • neo-node: Executable version of the Neo library, exposing features using a command line application or GUI.
  • neo-modules: Neo modules include additional tools and plugins to be used with Neo.
  • neo-devpack-dotnet: These are the official tools used to convert a C# smart-contract into a neo executable file.

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.

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.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1 7/31/2021