#wallet #blockchain #solana #transaction

anychain-solana

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

9 releases

new 0.1.9 Nov 3, 2024
0.1.8 Oct 22, 2024
0.1.7 Aug 1, 2024
0.1.6 Jul 24, 2024
0.1.2 Jun 24, 2024

#62 in #transactions

Download history 279/week @ 2024-07-08 3/week @ 2024-07-15 144/week @ 2024-07-22 134/week @ 2024-07-29 7/week @ 2024-08-05 10/week @ 2024-08-12 11/week @ 2024-09-23 2/week @ 2024-10-14 184/week @ 2024-10-21

186 downloads per month

MIT/Apache

67KB
1.5K SLoC

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.

Dependencies

~18–27MB
~409K SLoC