Base58 en-/decoder, without dependencies.
It's modeled after base58.cpp.
npm install b58-ts
yarn add b58-ts
import { encodeBase58, decodeBase58 } from 'b58-ts';
encodeBase58(new Uint8Array([1, 2, 3, 4]));
decodeBase58('1111111111');
0.1.0
Base58 en-/decoder, without dependencies.
It's modeled after base58.cpp.
npm install b58-ts
yarn add b58-ts
import { encodeBase58, decodeBase58 } from 'b58-ts';
encodeBase58(new Uint8Array([1, 2, 3, 4]));
decodeBase58('1111111111');
0.1.0
npm i b58-ts
16
0.1.0
MIT
24 kB
11