A client for the TRON blockchain.
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.
- .NET 6.0 SDK
To install the TRON client, follow these steps:
-
Clone the repository
git clone https://github.com/<username>/tron-client.git -
Navigate into the cloned repository
cd tron-client -
Restore the packages
dotnet restore
-
Build the solution
dotnet build
Detailed instructions on how to use the TRON Client will be provided here.
If you would like to contribute to this project, please fork the repository and propose your changes via a pull request.
This project is licensed under the MIT license.