| Crates.io | anychain-solana |
| lib.rs | anychain-solana |
| version | 0.1.16 |
| created_at | 2024-06-24 02:09:37.24465+00 |
| updated_at | 2025-07-09 08:46:54.653356+00 |
| 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 | 155,469 |
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.10"
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.