Science has a reproducibility problem. Results get published, challenged, or quietly buried — with no neutral record of what existed when. SolSci fixes that.
Works with any file — data, code, documents, images. Runs in the browser or from your terminal.
SHA-256 is computed in the browser or CLI — entirely on your device. The raw file is never transmitted anywhere.
A Program Derived Address keyed by (wallet, hash) is created on Solana. It stores the hash, timestamp, and your metadata permanently.
Anyone with the original file can verify: hash it, look up the PDA, compare. No account needed. No permissions. Just math.
Not just genomics. SolSci works for any research output in any field.
The Rust engine integrates into any pipeline. Streams files in 64 KB chunks — no memory issues with multi-GB data. Dry-run mode available.
# register a discovery $ solsci-engine register \ --file results.csv \ --analysis-type climate_data \ --keypair ~/.config/solana/id.json Hashing results.csv… SHA-256: a4f3c9e2d1b0fe… PDA: FgZFsSyrvavb… Awaiting confirmation… ✓ Registered · slot 459868513 # verify from anywhere $ solsci-engine verify \ --hash a4f3c9e2d1b0fe… \ --researcher 2rToMxB6… ✓ Verified · 2026-05-03T20:04:42Z
"Science has a reproducibility problem. SolSci creates an immutable timestamp: this researcher, this file, this moment."
Connect a Solana wallet, drop any research file, get a permanent on-chain certificate in under 10 seconds.