anychain-solana

Crates.ioanychain-solana
lib.rsanychain-solana
version0.1.9
sourcesrc
created_at2024-06-24 02:09:37.24465
updated_at2024-11-03 09:16:52.458323
descriptionA Rust library for Solana-focused cryptocurrency wallets, enabling seamless transactions on the Solana blockchain
homepagehttps://www.cregis.com
repositoryhttps://github.com/0xcregis/anychain
max_upload_size
id1281669
size143,207
shuimuliang (shuimuliang)

documentation

README

anychain-solana

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

Features

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

Installation

Add the following to your Cargo.toml file:

[dependencies]
anychain-solana= "0.1.9"

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

Usage

cargo build --example create-account
cargo run --example create-account

License

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

Commit count: 458

cargo fmt