Crates.io | anychain-solana |
lib.rs | anychain-solana |
version | 0.1.9 |
source | src |
created_at | 2024-06-24 02:09:37.24465 |
updated_at | 2024-11-03 09:16:52.458323 |
description | A Rust library for Solana-focused cryptocurrency wallets, enabling seamless transactions on the Solana blockchain |
homepage | https://www.cregis.com |
repository | https://github.com/0xcregis/anychain |
max_upload_size | |
id | 1281669 |
size | 143,207 |
anychain-solana is a Rust library that provides a simple and unified interface for interacting with the Solana blockchain.
Add the following to your Cargo.toml file:
[dependencies]
anychain-solana= "0.1.9"
Then, run cargo build to download and compile the library.
cargo build --example create-account
cargo run --example create-account
anychain-solana released under the MIT License. See the LICENSE file for more information.