The Carpocratian Church of
Commonality & Equality
Presents
Federatable anonymous quorum timestamper
A content-private, accountless quorum timestamper. A federation of independent witness nodes threshold-signs an attestation that a SHA-256 hash existed at a particular time. Clients submit only hashes โ never content โ and need no account.
# Assumes a gateway running locally on port 8080 curl -X POST http://localhost:8080/v1/timestamp \ -H "Content-Type: application/json" \ -d '{"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}'
The hash above is the SHA-256 of an empty string โ replace it with your own.