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

Uploaded Python 3Windows x86-64

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260401060038-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 807553db0c368b67a1af7fee8252aa2d685854a9e24ad90319cdef520bf2769f
MD5 b8f0021ce218ea27a5b46c85c49ef5ea
BLAKE2b-256 f6ece7327ce5c2d4ef838f9a759d129502943bede744a75eea6ea8812baa7fb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260401060038-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ced7d53be03b9e8b990c2703fcf4107db0bb6619229d98a385330f3769d1e402
MD5 c177f3655f13d3808e027e60e6d3c3a5
BLAKE2b-256 4960c269c053a3ee9a5bbaa3a371f0291c94db303dc044fafdbb982e3e483a3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for libveritas-0.0.0.dev20260401060038-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be5319ad26cad52932bcfb485c9b2f6f5672d3898773691d589e8c0d5b2a194a
MD5 c09925454f85595144f9404ba719d373
BLAKE2b-256 9b30db1dc01541544fff0e04a9bed5d2d6afb467962678822bd639b5ffb60b84

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