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
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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file libveritas-0.0.0.dev20260323124655-py3-none-win_amd64.whl.
File metadata
- Download URL: libveritas-0.0.0.dev20260323124655-py3-none-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff827ae6dadae5b74db4fdfb7d22fa452d8264f60e95cb117c2d1ec0fb480469
|
|
| MD5 |
2e3dafa6ac86b4a6ed3df96f5f045cdf
|
|
| BLAKE2b-256 |
38862ff0c09c354eb6b340cbb02eb5f4676c2f9a29e9b4201a14d2d67337dda0
|
File details
Details for the file libveritas-0.0.0.dev20260323124655-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: libveritas-0.0.0.dev20260323124655-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb5bddc0c7766f579c2e201e627360b00c89bea06e9d898931a554e5dd78a32
|
|
| MD5 |
cd5da3b4e129ca98a7312570a7a50e82
|
|
| BLAKE2b-256 |
68a113e9ba70ab4907d9acb0be74030ceb967dbd4bddf4cc421d7dbacd446300
|
File details
Details for the file libveritas-0.0.0.dev20260323124655-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: libveritas-0.0.0.dev20260323124655-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.1 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c36b2f874fd8220af1b59429a4c9fab4414541416919ae69b4176d1aba5a596
|
|
| MD5 |
a269a0d0501c09167a1ad46ec69c9950
|
|
| BLAKE2b-256 |
10e67d93b5ddee11a47159c289b1d245e4f2c7ead1b724052f0ebafd2cf47ed2
|