Skip to content

.NET SDK to interact with the Casper Network nodes via RPC

Notifications You must be signed in to change notification settings

hienbui9999/casper-net-sdk

 
 

Repository files navigation

Casper .NET SDK

build-and-test workflow

The Casper .NET SDK allows developers to interact with the Casper Network using the .NET languages. The project itself is being developed with C#.

Build/Test instructions

To build this library, install .NET 5.0 or higher and build with command:

dotnet build --configuration Release

To run the tests, use this command:

dotnet test --settings Casper.Network.SDK.Test/test.runsettings

Create a workspace in Gitpod

Click the button to start coding in Gitpod with an online IDE.

Open in Gitpod

Usage Examples (WIP)

TODO

  • Provide native documentation.
  • Review compatibility with previous versions of .NET.
  • Increase test coverage with new Unit Tests.
  • Implement new deploy templates for more complex use cases.

About

.NET SDK to interact with the Casper Network nodes via RPC

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%