Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.27 KB

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.