Registry / other / waffles-solana-runtime

waffles-solana-runtime

JSON →
library1.16.0rscratesunverified

A maintained fork of the Solana runtime by Waffle Labs.

# Cargo.toml [dependencies] waffles-solana-runtime = "1.16.0"
INSTALL
IMPORT
SIG · WAFFLES-SOLANA-RUN
W
waffles-solana-runtime
otherrustv1.16.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 waffles_solana_runtime::bank::Bank;

Creates a new Bank instance from a genesis configuration.

use waffles_solana_runtime::bank::Bank; use solana_sdk::genesis_config::GenesisConfig; let genesis_config = GenesisConfig::default(); let bank = Bank::new_from_parent(&genesis_config); println!("Bank created");
Debug
Known issues
gotchaThis is a fork; may not be compatible with official Solana tooling.
fix
Check documentation for compatibility with your Solana version.
affects: >=1.0.0
Upgrade
Version history
1.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
waffles-solana-runtime — cargo add waffles-solana-runtime · libregistry