Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 756 Bytes

Woodpecker - The Transparency Log Inspector

Woodpecker is a command-line tool that launches a UI to inspect logs.

To run it:

go run .

Features:

  • q or <Ctrl-c> to quit
  • Left/Right arrows: previous/next leaf
  • l: show the log selector to switch to a different log
  • g: jump to a specific leaf
  • w/W: increment/decrement the number of witness signatures to query

Roadmap (flight plan?)

  • Support log switcher to other serverless logs
  • Support getting witnessed checkpoints from distributor
  • Support logs other than serverless
  • Support generating an offline inclusion proof bundle for the selected leaf including witness sigs
  • Custom leaf renderer (needed if leaf data is not text-friendly)