jchris / w3clock

⏰ UCAN based merkle clock implemented as a peer on Cloudflare workers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

⏰ UCAN based merkle clock implemented as a peer on Cloudflare workers.

License:Other


Languages

Language:JavaScript 96.5%Language:TypeScript 3.5%