{"id":59571,"library":"solana-ledger","title":"Solana Ledger","description":"Solana ledger implementation for block storage and replay.","status":"active","version":"2.2.0","language":"rust","source_language":null,"source_url":"https://github.com/anza-xyz/agave","tags":["solana","ledger","blockchain","storage"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsolana-ledger = \"2.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add solana-ledger","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Blockstore","correct":"use solana_ledger::blockstore::Blockstore;"}],"quickstart":{"code":"use solana_ledger::blockstore::Blockstore;\n\nfn main() {\n    let ledger_path = \"./ledger\";\n    let blockstore = Blockstore::open(ledger_path).unwrap();\n    println!(\"Blockstore opened at {}\", ledger_path);\n}","lang":"rust","description":"Open a Solana ledger blockstore."},"warnings":[],"env_vars":null,"search_vec":"'block':7 'blockchain':13 'implement':5 'ledger':2,4,12 'replay':10 'solana':1,3,11 'storag':8,14","created_at":"2026-06-16T17:09:01.194233+00:00","updated_at":"2026-06-16T17:09:01.194233+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://anza.xyz/","github":"https://github.com/anza-xyz/agave","docs":"https://docs.rs/solana-ledger/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}