Registry / crypto / solana-core

solana-core

JSON →
library3.1.11rscratesunverified

Solana is a high-performance blockchain platform designed for decentralized applications and cryptocurrencies.

# Cargo.toml [dependencies] solana-core = "3.1.11"
INSTALL
IMPORT
SIG · SOLANA-CORE
S
solana-core
cryptorustv3.1.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pubkey
use solana_sdk::pubkey::Pubkey;

Generate a new unique Solana public key.

use solana_sdk::pubkey::Pubkey; fn main() { let pubkey = Pubkey::new_unique(); println!("Solana pubkey: {}", pubkey); }
Debug
Known issues
gotchaRequires specific feature flags for different functionalities (e.g., "full" for all features).
fix
Add `features = ["full"]` to your Cargo.toml dependency.
affects: >=1.0.0
Upgrade
Version history
3.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
solana-core — cargo add solana-core · libregistry