NeoEvents.SmartContract.Templates 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install NeoEvents.SmartContract.Templates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

Neo.Events.SmartContract.Templates

Neo blockchain C# templates for dotnet-new cli.

How to Install

Download the nuget package than type the following command in a terminal.

tux@PC01:~/Downloads$ dotnet new install .\NeoEvents.SmartContract.Templates.1.0.0.nupkg

List of Templates

Template Name                            Short Name             Language  Tags
---------------------------------------  ---------------------  --------  -------------------------------
Neo NEP-17 Smart Contract Class          neonep17contractclass  [C#]      neo/smart contract/class/nep-17
Neo Smart Contract Class                 neocontractclass       [C#]      neo/smart contract/class/basic
Neo Smart Contract Class (with a Owner)  neocontractownerclass  [C#]      neo/smart contract/class
Neo Smart Contract Project (Basic)       neosmartcontract       [C#]      neo/smart contract/basic
Neo Smart Contract Project (Empty)       neoemptyproject        [C#]      neo/smart contract/empty

How to Create & Build Project

tux@PC01:~/Downloads$ dotnet new neosmartcontract -o MyContract
tux@PC01:~/Downloads$ cd MyContract
tux@PC01:~/Downloads/MyContract$ dotnet tool restore
tux@PC01:~/Downloads/MyContract$ dotnet build
  • .NETStandard 2.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.1.3 3,500 11/10/2023
1.1.2 177 11/8/2023
1.1.1 842 10/12/2023
1.1.0 291 10/9/2023
1.0.0 193 10/9/2023