Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (36 loc) · 1.76 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.76 KB

neo-examples-csharp

Neo N3 blockchain C# examples. Including neo-cli plugins, RPC client and smart contracts.

Requirements

  • Dotnet 7.0

Implements (In Examples)

What's to come

  • Tutorials on Plugins, RpcClient and Smart Contracts
  • neo-cli node Plugin examples
  • RpcClient examples
  • Nep-11 smart contract example
  • Nep-17 smart contract example
  • Emit events example (smart contract)
  • Smart contract basic storage example
  • Calling smart contract example
  • Test smart contract example

Smart Contract Examples

Build Repository

In a Terminal type:

tux@PC01:~/Downloads$ git clone https://github.com/cschuchardt88/neo-examples-csharp.git
tux@PC01:~/Downloads$ cd neo-examples-csharp
tux@PC01:~/Downloads/neo-examples-csharp$ dotnet tool restore
tux@PC01:~/Downloads/neo-examples-csharp$ dotnet build All.sln