Neo N3 blockchain C# examples. Including neo-cli plugins, RPC client and smart contracts.
- Dotnet 7.0
- neo 3.6.0
- neo-node 3.6.0
- RpcClient 3.6.1
- neo-devpack-dotnet 3.6.0
- neo-test 3.5.17
- neo-express 3.5.20
- 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
- Basic Contract (Beginner)
- Emit Events (Beginner)
- Using Storage and StorageMaps (Beginner)
- Calling deployed contracts (Beginner/Advanced)
- NEP-17 (Beginner/Advanced)
- Build Smart Contract Tests
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