anychain-ton

Crates.ioanychain-ton
lib.rsanychain-ton
version0.1.17
sourcesrc
created_at2024-10-12 09:58:42.226724
updated_at2024-11-10 12:48:43.690602
descriptionA Rust library for Ton-focused cryptocurrency wallets, enabling seamless transactions on the Ton blockchain
homepagehttps://www.cregis.com
repositoryhttps://github.com/0xcregis/anychain-ton
max_upload_size
id1406401
size102,337
shuimuliang (shuimuliang)

documentation

README

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.

Commit count: 34

cargo fmt