solarchive 0.0.1

Rust SDK for accessing Solana blockchain historical data (transactions, accounts, tokens) from solarchive.org in Parquet format
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented1 out of 1 items with examples
  • Size
  • Source code size: 2.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • leostera

Solarchive SDK

Rust SDK for accessing Solana blockchain historical data from solarchive.org.

SolArchive is a project to archive Solana's public transaction data and make it freely accessible in Apache Parquet format. This SDK provides ergonomic Rust APIs to:

  • Download and parse Solana transaction data (vote-filtered)
  • Access account state snapshots
  • Query token metadata (fungible and NFTs)
  • Work with Parquet files containing blockchain data

All data is licensed under CC-BY-4.0 and available for free via HTTPS downloads.

Data Available

  • Transactions: All non-vote transactions with signatures, fees, account changes, and token balances
  • Accounts: Periodic snapshots of account states including balances, owners, and program data
  • Tokens: Metadata snapshots for fungible and non-fungible tokens

Example Usage

// Example usage will be added as the SDK is developed