Works with
•JSR Score64%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Utilities for base58 encoding and decoding.
This module is browser compatible.
Functions
f
decodeBase58(b58: string): Uint8Array
Decodes a base58-encoded string.
f
encodeBase58(data: ArrayBuffer | Uint8Array | string): string
Converts data to a base58-encoded string.