/ulid.mo

ULID Generator for Motoko

Primary LanguageModelicaApache License 2.0Apache-2.0

ULID

Universally Unique Lexicographically Sortable Identifier for the Internet Computer.

Usage

let inc = 123;
let e = ULID.MonotonicEntropy(inc);

let id = await e.new();
ULID.ULID.toText(id);
// "6GNGGRXAKGTXG070DV4GW2JKCJ"