verify-proof for Zed
io.github.csolomon0704-prog/verify-proof
Verify blockchain timestamp proofs offline, or anchor a new one through ProofLedger.
client:Zed
transport:stdio
runtime:pypi
Install verify-proof in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"verify-proof": {
"command": "uvx",
"args": [
"verify-proof"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs