toncenter-rs
SDK for integrating Toncenter into Rust applications. Connect and interact with the Toncenter API effortlessly.
Features
- Authorization Support: You can obtain token from @tonapibot.
- REST API v2 Integration: Interact with Toncenter RESTful endpoints for API v2.
- REST API v3 Integration: Interact with Toncenter RESTful endpoints for API v3 (in progress).
- JSON-RPC API Integration: Utilize JSON-RPC protocol for all available methods.
Installation
# Cargo.toml
[]
= "0.1.0"
Usage
use ;
async
Contributing
Contributions to this library is welcomed! If you'd like to contribute, please feel free to open a pull request on GitHub.
License
This project is licensed under the MIT License.
Acknowledgments
Special thanks to the Toncenter team for providing a robust API to interact with the TON blockchain.