The Casper .NET SDK allows developers to interact with the Casper Network using the .NET languages. The project itself is being developed with C#.
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
Click the button to start coding in Gitpod with an online IDE.
- Counter contract tutorial with C#
- Key-Value storage tutorial with C#
- Key management
- Working with CLValue
- 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.