Skip to main content

Stateless verification for Bitcoin handles using the Spaces protocol

Project description

libveritas

Python bindings for libveritas — stateless verification for Bitcoin handles using the Spaces protocol.

Installation

pip install libveritas

Usage

from libveritas import Anchors, Veritas, QueryContext, Message

# Load trust anchors
anchors = Anchors.from_json(anchors_json_string)
veritas = Veritas(anchors)

print(f"Anchors: {veritas.oldest_anchor()} .. {veritas.newest_anchor()}")

# Build query context (empty = verify all handles)
ctx = QueryContext()

# Verify a message
msg = Message(message_bytes)
result = veritas.verify_message(ctx, msg)

# Inspect verified zones
for zone in result.zones():
    print(f"{zone.handle()} -> {zone.sovereignty()}")

# Get certificates
for cert in result.certificates():
    print(f"{cert.subject} [{cert.cert_type}]")

Building from source

Requires Rust and maturin:

pip install maturin
cd python
maturin develop

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

libveritas-0.0.0.dev20260330214916-py3-none-win_amd64.whl (2.0 MB view details)

Uploaded Python 3Windows x86-64

libveritas-0.0.0.dev20260330214916-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

libveritas-0.0.0.dev20260330214916-py3-none-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file libveritas-0.0.0.dev20260330214916-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260330214916-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 28b57a092fc5bd2eb728a09288994eb0a33fae7afe3027a5721d88aa0c411457
MD5 923ab458c02c6cb94aa81c124a24a9c1
BLAKE2b-256 aceea3774e39632ee2b0420550fd9dae3dcf8778b29a81911be5253155889a5f

See more details on using hashes here.

File details

Details for the file libveritas-0.0.0.dev20260330214916-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260330214916-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce6a480d89594c49c506eaab1f6ca03b2430217917e6209b0e8c811a1b41b8e8
MD5 59b28c52fb5b85759dafab654c329027
BLAKE2b-256 2156e731f1cf63223fad7d6ac74a362f1fccf8832f2fe6c2f92f6526647341b9

See more details on using hashes here.

File details

Details for the file libveritas-0.0.0.dev20260330214916-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260330214916-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 242ca064e82b2d1ffb03f8dfc1ceb044dabb3dc719747d28029b63505b8ace97
MD5 936d8da38b8575447aa2e4effd85ed91
BLAKE2b-256 9ed52f4683f6f4d9bd41a786018f77727e8b8b78b819a78ab599636dcc1ac5ea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page