Skip to content
VS Code

verify-proof for VS Code

io.github.csolomon0704-prog/verify-proof

Verify blockchain timestamp proofs offline, or anchor a new one through ProofLedger.

client:VS Code transport:stdio runtime:pypi

Install verify-proof in VS Code

.vscode/mcp.json

{
  "servers": {
    "verify-proof": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verify-proof"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

verify-proof in other clients