Registry / networking / solana-runtime

solana-runtime

JSON →
library4.0.0rscratesunverified

Solana runtime for executing transactions and smart contracts.

# Cargo.toml [dependencies] solana-runtime = "4.0.0"
INSTALL
IMPORT
SIG · SOLANA-RUNTIME
S
solana-runtime
networkingrustv4.0.0
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.

Bank
use solana_runtime::bank::Bank;

Access the Solana Bank struct for runtime operations.

use solana_runtime::bank::Bank; fn main() { // Bank creation typically requires a genesis config and runtime environment. println!("Solana runtime bank example"); }
Debug
Known issues
gotchaThis crate is part of the Solana validator; using it outside that context may require significant dependencies.
fix
Ensure you have the full Solana SDK and understand the runtime architecture.
affects: >=1.0.0
Upgrade
Version history
4.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
solana-runtime — cargo add solana-runtime · libregistry