Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neo-project/neo-devpack-dotnet
- Owner: neo-project
- License: mit
- Created: 2016-12-28T08:23:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T02:29:34.000Z (14 days ago)
- Last Synced: 2024-12-20T03:26:39.460Z (14 days ago)
- Topics: neo
- Language: C#
- Homepage:
- Size: 4.7 MB
- Stars: 80
- Watchers: 40
- Forks: 102
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```