/neofs-api-csharp

WIP NeoFS API C# implementation

Primary LanguageC#MIT LicenseMIT

NeoFS API CSharp

docs

nuget package

Requirements

  • DotNet SDK (v5.0.0+)
  • protobuf / protoc (3.11.4+)

Regenerate NeoFS Proto files and documentation

# DotNet Restore 
$ dotnet restore

# Regenerate doc files
$ make docgen

License

This project is licensed under the MIT License - see the LICENSE file for details