| Crates.io | anychain-tron |
| lib.rs | anychain-tron |
| version | 0.2.13 |
| created_at | 2023-06-16 09:51:34.376352+00 |
| updated_at | 2025-07-09 08:31:27.13577+00 |
| description | A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain |
| homepage | https://www.cregis.com |
| repository | https://github.com/0xcregis/anychain |
| max_upload_size | |
| id | 892100 |
| size | 1,570,025 |
anychain-tron is a Rust library that provides a simple and unified interface for interacting with the Tron blockchain. It is designed to be easy to use and integrate into your Rust projects, while maintaining compatibility with the anychain-bitcoin library.
Add the following to your Cargo.toml file:
[dependencies]
anychain-tron = "0.2.8"
Then, run cargo build to download and compile the library.
Here's a simple example of how to create a new Tron account and query its balance:
For more examples and detailed usage instructions, please refer to the documentation.
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
Please make sure to write tests for your changes and follow the Rust coding style.
anychain-tron is released under the MIT License. See the LICENSE file for more information.