TronClient 1.0.7

dotnet add package TronClient --version 1.0.7
NuGet\Install-Package TronClient -Version 1.0.7
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="TronClient" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TronClient --version 1.0.7
#r "nuget: TronClient, 1.0.7"
#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 TronClient as a Cake Addin
#addin nuget:?package=TronClient&version=1.0.7

// Install TronClient as a Cake Tool
#tool nuget:?package=TronClient&version=1.0.7

Tron Client

A client for the TRON blockchain.

Project Description

This project is a client for the TRON blockchain. It provides a high-level interface for interacting with the TRON network, enabling easy management of transactions, smart contract interactions, and more.

Installation Instructions

Prerequisites:
  • .NET 6.0 SDK

To install the TRON client, follow these steps:

  1. Clone the repository

    git clone https://github.com/<username>/tron-client.git
    
  2. Navigate into the cloned repository

    cd tron-client
    
  3. Restore the packages

    dotnet restore
    
  4. Build the solution

    dotnet build
    

Usage

Detailed instructions on how to use the TRON Client will be provided here.

Contributing

If you would like to contribute to this project, please fork the repository and propose your changes via a pull request.

License

This project is licensed under the MIT license.

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 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. 
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.0.7 93 1/22/2024
1.0.6 109 1/15/2024
1.0.5 89 1/11/2024
1.0.4 100 1/10/2024
1.0.3 97 1/9/2024
1.0.2 96 1/7/2024
1.0.1 102 1/7/2024
1.0.0 95 1/7/2024