Mus_ZilliqaCSharp 1.1.0

dotnet add package Mus_ZilliqaCSharp --version 1.1.0
NuGet\Install-Package Mus_ZilliqaCSharp -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mus_ZilliqaCSharp" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mus_ZilliqaCSharp --version 1.1.0
#r "nuget: Mus_ZilliqaCSharp, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mus_ZilliqaCSharp as a Cake Addin
#addin nuget:?package=Mus_ZilliqaCSharp&version=1.1.0

// Install Mus_ZilliqaCSharp as a Cake Tool
#tool nuget:?package=Mus_ZilliqaCSharp&version=1.1.0

Zilliqa SDK C# .NETCore 3.1

Mus_ZilliqaCSharp v1.1.0

This is a class library that communicates with the Zilliqa JsonRPC 2.0 API with C# using simple HttpWebClient.

The project is made in .Net core 3.1

  • All API calls have been implemented
  • Added wallet to sign transactions and store private & public keys
  • Export key to more secure json format. (Needs more testing!)
  • Create transaction with signed transaction from wallet works (Only basic transactions tested)

TODO

  • Test createtransaction with contracts
  • General improvements and debugging

Dependecies:

  • BouncyCastle.NetCore (>= 1.8.6)
  • Google.Protobuf (>= 3.11.4)
  • Google.Protobuf.Tools (>= 3.11.4)
  • Newtonsoft.Json (>= 12.0.3)
  • Scrypt.NET (>= 1.3.0)

DEV_URL = https://dev-api.zilliqa.com/

LIVE_URL= https://api.zilliqa.com/

To use this project clone it directly to Visual Studio or use nuget package manage and search for "Mus_ZilliqaCSharp".

Direct download from nuget.org: https://www.nuget.org/packages/Mus_ZilliqaCSharp/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 518 5/4/2020
1.0.0 432 5/2/2020

Mus_ZilliqaCSharp implements all functions found at https://apidocs.zilliqa.com/ and lets you call those functions in an encapsulated OO manner.