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.dev20260323225626-py3-none-win_amd64.whl (2.0 MB view details)

Uploaded Python 3Windows x86-64

libveritas-0.0.0.dev20260323225626-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.dev20260323225626-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.dev20260323225626-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260323225626-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 194c28b583130dcf41f23c26254516b27922d15787e0522e68b6dca0bce27bc9
MD5 23859871bd2cb1761d367cd758a393b4
BLAKE2b-256 2e374f3c0fdcc40fa567e4a474b2cc8e378539da258e2b735c29919b4a83d64c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260323225626-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a7df17fd5d4e5ede7cf310b56a222ca66bae7ac38aec157a134f46db8b8d10a
MD5 712302b1ecc01d0855e885665299bdd1
BLAKE2b-256 a47e2c5dcfea5a1fb666757c280a0e0c799fe84da0372fa293f10455fb93dfc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260323225626-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 843408628e13effa0bf87e345e7f1ad87d83f18cc2609c986d43d5597c838cd1
MD5 ebec8df3379e381f502cb098ac7143f6
BLAKE2b-256 55e394fd2c03a4737ecf7c8537ea0da59c5bfc094b85d1119ddf3f81b3dcb1e7

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