@cedulon/checkpoint
v0.2.0
Published
Epoch checkpoints and an in-process transparency log for Cedulon.
Readme
@cedulon/checkpoint
Epoch checkpoints (totals, chain head, previous hash) and an in-process transparency log stub.
import { buildCheckpointClaims, signCheckpoint } from "@cedulon/checkpoint";
const claims = buildCheckpointClaims(1, receipts, startMs, endMs, null);
const checkpoint = signCheckpoint(claims, privateKeyPem, publicKeyPem);Repository: https://github.com/dogrucanemek-alt/cedulon
