storacha / w3clock

⏰ UCAN based merkle clock implemented as a peer on Cloudflare workers.
Other
12 stars 1 forks source link


w3clock

UCAN based merkle clock implementation.

GitHub Workflow Status StandardJS Code Style License: Apache-2.0 OR MIT

Background

Merkle clocks are a method of recording events with partial order. This repo implements a method of managing merkle clocks with UCANs.

Read the SPEC.

Capabilities

clock/advance

Advance the clock by adding a new event.

clock/head

Get the current clock head.

License

Dual-licensed under MIT + Apache 2.0