Skip to content

Neo-WorkNet Preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@devhawk devhawk released this 29 Sep 21:53
· 128 commits to master since this release

Neo-WorkNet is the latest member of the Neo Blockchain Toolkit. This tool allows you to branch an existing public Neo N3 blockchain- like MainNet - locally for development and testing purposes.

For more information, please see the Neo-WorkNet command reference.

To install this preview, you can download the release .nuget file locally and install via this command:

> dotnet tool install Neo.WorkNet -g --prerelease --add-source <path to downloaded .nuget file>

Alternatively, you can install the latest preview directly from the build server via this command:

> dotnet tool install Neo.WorkNet -g --prerelease --add-source https://pkgs.dev.azure.com/ngdenterprise/Build/_packaging/public/nuget/v3/index.json