Mus_ZilliqaCSharp 1.1.0
dotnet add package Mus_ZilliqaCSharp --version 1.1.0
NuGet\Install-Package Mus_ZilliqaCSharp -Version 1.1.0
<PackageReference Include="Mus_ZilliqaCSharp" Version="1.1.0" />
paket add Mus_ZilliqaCSharp --version 1.1.0
#r "nuget: Mus_ZilliqaCSharp, 1.1.0"
// 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 | Versions 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. |
-
.NETCoreApp 3.1
- 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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Mus_ZilliqaCSharp implements all functions found at https://apidocs.zilliqa.com/ and lets you call those functions in an encapsulated OO manner.