Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

NEO Development Pack
https://github.com/neo-project/neo-devpack-dotnet

neo

Last synced: 7 days ago
JSON representation

NEO Development Pack

Awesome Lists containing this project

README

        



neo-logo



Coverage Status




# NEO Devpack Dotnet

This is the set of development tools for .NET.

For detailed documentation, see [docs.neo.org](https://docs.neo.org/docs/en-us/index.html) and the [NEO whitepaper](https://docs.neo.org/docs/en-us/basic/whitepaper.html).

# Build

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

# Test

```shell
dotnet test
```