Registry / crypto / solana-program-runtime

solana-program-runtime

JSON →
library3.1.11rscratesunverified

Solana program runtime for executing on-chain programs in the Solana blockchain.

# Cargo.toml [dependencies] solana-program-runtime = "3.1.11"
INSTALL
IMPORT
SIG · SOLANA-PROGRAM-RUN
S
solana-program-runtime
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.

Runtime
use solana_program_runtime::runtime::Runtime;

Initializes the Solana program runtime.

use solana_program_runtime::runtime::Runtime; fn main() { let runtime = Runtime::new(); println!("Solana runtime initialized"); }
Debug
Known issues
gotchaRequires Solana SDK and specific feature flags for full functionality.
fix
Enable features like 'program' or 'runtime' in Cargo.toml.
affects: >=3.0.0
Upgrade
Version history
3.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
solana-program-runtime — cargo add solana-program-runtime · libregistry