TypeScript library for atproto repositories, and in particular the Merkle Search Tree (MST) data structure.
Repositories in atproto are signed key/value stores containing CBOR-encoded data records. The structure and implementation details are described in the specification. This includes MST node format, serialization, structural constraints, and more.
MIT License