1.0.1 • Published 10 months ago

@atcute/cid v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@atcute/cid

create and parse AT Protocol-blessed CIDv1 format

const parsed = parse('bafyreihffx5a2e7k5uwrmmgofbvzujc5cmw5h4espouwuxt3liqoflx3ee');
//    ^? { version: 1, code: 113, digest: { ... }, bytes: Uint8Array(36) }

// Creating a CID containing CBOR data
const cid = await create(0x71, buffer);

// Serializing CID into string
format(cid); // -> bafyrei...
1.0.1

10 months ago

1.0.0

11 months ago