/polkadot_api_dotnet

C# API for Polkadot

Primary LanguageC#Apache License 2.0Apache-2.0

polkadot_api_dotnet

Requirements

Windows

  • Visual Studio Community 2019 (Pro or Enterprise will also work)
  • SDK: .NET Core 2.2

Linux

Building

Windows

Please use Ctrl+Shift+B in Visual Studio :)

Linux

$ dotnet build $ dotnet test


### Docker
$ docker build -t polkanet .
$ docker run -it --rm polkanet /bin/bash
# dotnet build
# dotnet test