anchorregistry
No API key. No account. No dependency on AnchorRegistry infrastructure.
Just an RPC endpoint and the contract address.
anchorregistry is a Python package for reading from the AnchorRegistry smart contract — a permanent, on-chain registry of digital artifacts deployed on Base (EVM L2). It proves that any registered artifact existed at a specific point in time, anchored immutably to a public blockchain.
The package queries the contract directly via JSON-RPC. There are no AnchorRegistry servers in the call path. Anyone can clone the repo, run the notebooks, and verify the registry independently — forever.
SPDX-Anchor: https://anchorregistry.ai/AR-2026-pJ53j6K
Installation
pip install anchorregistry
# With DataFrame support
pip install anchorregistry[analytics]
Documentation
Interactive Notebooks