| Crates.io | anychain-ton |
| lib.rs | anychain-ton |
| version | 0.1.22 |
| created_at | 2024-10-12 09:58:42.226724+00 |
| updated_at | 2025-08-25 07:02:02.460872+00 |
| description | A Rust library for Ton-focused cryptocurrency wallets, enabling seamless transactions on the Ton blockchain |
| homepage | https://www.cregis.com |
| repository | https://github.com/0xcregis/anychain-ton |
| max_upload_size | |
| id | 1406401 |
| size | 77,223 |
anychain-ton is a Rust library that provides a simple and unified interface for interacting with the Ton blockchain.
Add the following to your Cargo.toml file:
[dependencies]
anychain-ton = "0.1.7"
Then, run cargo build to download and compile the library.
cargo build --example simple-transfer
cargo run --example simple-transfer
anychain-ton released under the MIT License. See the LICENSE file for more information.