Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

base58-check encoding and decoding for @nodejs

License

Notifications You must be signed in to change notification settings

faustbrian/node-base58-check

Repository files navigation

You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


@faustbrian/node-base58-check

npm version

Installation

pnpm install @faustbrian/node-base58-check

Usage

import { encode, decode } from "@faustbrian/node-base58-check";

decode(encode("a"));

License

This is an open-sourced software licensed under the AGPL-3.0-or-later.