#ton #wallet #transaction #blockchain

anychain-ton

A Rust library for Ton-focused cryptocurrency wallets, enabling seamless transactions on the Ton blockchain

14 releases

0.1.19 Dec 18, 2024
0.1.18 Nov 13, 2024
0.1.14 Oct 31, 2024

#11 in #ton

Download history 411/week @ 2024-10-12 374/week @ 2024-10-19 275/week @ 2024-10-26 292/week @ 2024-11-02 223/week @ 2024-11-09 44/week @ 2024-11-16 4/week @ 2024-11-23 9/week @ 2024-12-07 136/week @ 2024-12-14 11/week @ 2024-12-21

147 downloads per month

MIT/Apache and LGPL-3.0+

36KB
773 lines

anychain-ton

anychain-ton is a Rust library that provides a simple and unified interface for interacting with the Ton blockchain.

Features

  • Transaction Processing: Functionality to create, sign, and broadcast transactions on the Ton network
  • Integration with Ton RPC API: Interact with the Ton RPC API for querying account information, transaction details, etc.
  • Wallet Management: Creating and managing Ton wallets, including keypair generation, public/private key management, etc.

Installation

Add the following to your Cargo.toml file:

[dependencies]
anychain-ton = "0.1.7"

Then, run cargo build to download and compile the library.

Usage

cargo build --example simple-transfer
cargo run --example simple-transfer

License

anychain-ton released under the MIT License. See the LICENSE file for more information.

Dependencies

~9.5MB
~168K SLoC