Chia-Client-API 1.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Chia-Client-API --version 1.8.0
NuGet\Install-Package Chia-Client-API -Version 1.8.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="Chia-Client-API" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chia-Client-API --version 1.8.0
#r "nuget: Chia-Client-API, 1.8.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 Chia-Client-API as a Cake Addin
#addin nuget:?package=Chia-Client-API&version=1.8.0

// Install Chia-Client-API as a Cake Tool
#tool nuget:?package=Chia-Client-API&version=1.8.0

Chia-Client-API

Thank you for considering using the Chia Client API for C#! Here is a brief overview of what you can expect to find in this repository:

Description

This repository contains a C# wrapper for the Chia blockchain API. It allows you to easily interact with the Chia blockchain from your C# applications.

This library is also available on NuGet. You can find it by searching for "ChiaClientAPI" in the NuGet Package Manager or by using the following command in the Package Manager Console:

Install-Package Chia-Client-API

Features

A simple, easy-to-use interface for accessing the Chia API Support for all API endpoints, including those for managing accounts, sending and receiving transactions, and querying the blockchain Detailed documentation for each API endpoint, including descriptions of input and output parameters

Requirements

.NET 6 or higher

Installation

To install this library from the repository, simply clone the repository and open the solution file in Visual Studio. You can then build the solution and reference the compiled library in your own C# projects.

Alternatively, you can install the library from NuGet as described above.

Usage

Note: Per default, chia rpc will only listen to requests from the local machine.
If you have remote machines to manage, eg a full node or farmers, you need to enable public port listening.
For that, edit the chia configuration (default at ~/.chia/mainnet/config/config.yaml).
Look for a line starting with self-hostname like so: self_hostname: &self_hostname "localhost"
change it to: self_hostname: 0.0.0.0 to listen on all interfaces or to the local interface ip to listen on a specific interface.

To use the Chia Client API in your C# applications, you will need to create an instance of the ChiaClient class and pass in your API key:

using ChiaClientAPI;
var client = new ChiaClient("your_api_key");

You can then call any of the API endpoints by calling the corresponding method on the client object. For example, to get the balance of an account, you can use the GetBalance method:

var balance = client.GetBalance("your_account_id");
Console.WriteLine(balance);

Refer to the documentation for specific usage instructions for each API endpoint.

Contributing

We welcome contributions to this repository! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

License

This library is licensed under the MIT License. Please see the LICENSE file for more information.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
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
2.2.0.17 83 3/13/2024
2.2.0.14 84 3/5/2024
2.2.0 80 3/1/2024
2.1.3 158 12/21/2023
2.1.1.10 118 12/8/2023
2.1.1.9 117 11/26/2023
2.1.1.8 100 11/15/2023
2.1.1.7 80 11/15/2023
2.1.1.6 89 11/9/2023
2.1.1.4 105 10/20/2023
2.1.1 108 10/13/2023
2.0.1 106 10/5/2023
2.0.0.1 122 8/31/2023
2.0.0 116 8/28/2023
1.8.2.13 124 8/22/2023
1.8.2.12 97 8/22/2023
1.8.2.5 146 8/10/2023
1.8.2.4 123 8/9/2023
1.8.2.3 136 8/9/2023
1.8.2.2 118 8/9/2023
1.8.2.1 119 8/9/2023
1.8.2 125 7/26/2023
1.8.1.16 110 6/26/2023
1.8.1.15 124 6/23/2023
1.8.1.14 110 6/22/2023
1.8.1.13 102 6/22/2023
1.8.1.12 106 6/22/2023
1.8.1.11 109 6/22/2023
1.8.1.10 111 6/22/2023
1.8.1.9 122 6/21/2023
1.8.1.8 135 6/14/2023
1.8.1.7 116 6/14/2023
1.8.1.6 142 6/12/2023
1.8.1.5 135 6/9/2023
1.8.1.4 122 6/9/2023
1.8.1.3 131 6/9/2023
1.8.1.2 140 6/7/2023
1.8.1.1 120 6/7/2023
1.8.1 128 6/2/2023
1.8.0 140 5/11/2023
1.7.1 149 4/21/2023
1.6.2.14 251 2/8/2023
1.6.2.13 229 2/8/2023
1.6.2.12 240 2/5/2023
1.6.2.10 260 1/31/2023
1.6.2.9 237 1/31/2023
1.6.2.8 256 1/28/2023
1.6.2.7 269 1/26/2023
1.6.2.6 272 1/25/2023
1.6.2.5 261 1/24/2023
1.6.2.4 260 1/17/2023
1.6.2.3 264 1/16/2023
1.6.2.2 269 1/15/2023
1.6.2.1 268 1/13/2023
1.6.2 285 1/12/2023
1.6.1.6 272 1/11/2023
1.6.1.5 271 1/11/2023
1.6.1.4 271 1/11/2023
1.6.1.3 283 1/10/2023
1.6.1.1 273 12/29/2022
1.6.1 273 12/29/2022

- updated according to 1.8 documentation
- some endpoints were improved by adding implicit conversions