UCAN based merkle clock implementation.
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.
clock/advance
Advance the clock by adding a new event.
clock/head
Get the current clock head.
Dual-licensed under MIT + Apache 2.0