This folder contains templates of AElf smart contracts in C#:
- HelloWorldContract
cd HelloWorldContract
dotnet new install .\
mkdir temp\AElfContract
cd temp\AElfContract
dotnet new aelfcontract
cd src
dotnet build
Please note, place proto files in the Protobuf/xxx/ directory and contracts in the Contract/ directory. And change the nuget package version in csproj file, as well as the nuget repository address.