Skip to main content

Overview

For logs notarized to the Arweave blockchain, you can verify them independently using our open-source verification tool. This approach:
  • Requires no API keys or AgentSystems infrastructure
  • Is fully open-source and auditable
  • Queries the public Arweave network directly

Prerequisites

  • Logs exported from your S3 bucket (ZIP file)
  • Verification ticket (generated from notary dashboard or your records)

Installation

CLI Usage

With a ticket file

With CLI flags

Interactive mode

Understanding Results

Library Usage (JavaScript/TypeScript)

How It Works

  1. Extracts JSON files from the ZIP archive
  2. Canonicalizes and hashes each file (SHA-256)
  3. Queries Arweave blockchain for matching transactions
  4. Compares local hashes against blockchain records

Source Code

github.com/agentsystems/agentsystems-verify