Live on Devnet
Write a SHA-256 hash, a file fingerprint or any short text into a Solana block using the SPL Memo program. Cheap, near-instant, and impossible to backdate.
Only the hash goes on-chain — your data never leaves this browser.
Sign with a USB Ledger / Trezor, a browser wallet, or a devnet burner.
Look up a transaction and read its timestamp straight from the chain.
Tip: anyone can verify — share the link from your receipt.
Saved on the server and checked on-chain. Export them — they're your receipts.
Scroll to watch a file become permanent proof on Solana.
Scroll ↓SHA-256 runs right in your browser. Change one byte and the fingerprint changes completely. The file itself never leaves your device.
One small transaction writes the fingerprint into the chain. You approve it in your wallet, no tokens move, and the fee is about 0.000005 SOL.
The block time is public and permanent. Anyone can check it, and nobody can change it, not even you.
Try it free on Devnet, or go permanent on Mainnet.
No. Only the fingerprint is public, and a fingerprint can't be turned back into the file. One exception: very short or predictable text (like "yes" or a date) can be guessed by trying options. For text like that, add a random word or number first.
It proves the content existed at that moment and shows which wallet anchored it. That is strong evidence, but on its own it isn't proof of ownership.
No. Solana transactions are permanent. Removing an item from History only hides it from the list here. The on-chain record stays.
Your old proof still covers the old version, as long as you have a copy of it. The edited file has a new fingerprint, so anchor it again if you want proof for that version too.
No. The proof lives on Solana, not on this server. Anyone can check the transaction on Solana Explorer, and anyone can hash the file with any SHA-256 tool and compare the result.
Run these from the SolAnchor project folder.
node hash/anchor-solana.js --hash <hex> --cluster devnetnode hash/anchor-solana.js verify <SIGNATURE>npm run solana # interactive menu