Home

Awesome

<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> <p align="center"> <a href='https://coveralls.io/github/neo-project/neo-devpack-dotnet'> <img src='https://coveralls.io/repos/github/neo-project/neo-devpack-dotnet/badge.svg' alt='Coverage Status' /> </a> <a href="https://github.com/neo-project/neo-devpack-dotnet/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-blue.svg"> </a> </p>

NEO Devpack Dotnet

This is the set of development tools for .NET.

For detailed documentation, see docs.neo.org and the NEO whitepaper.

Build

git clone --recurse-submodules https://github.com/neo-project/neo-devpack-dotnet.git
cd neo-devpack-dotnet
dotnet build

Test

dotnet test