b58-ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

b58-ts

Base58 en-/decoder, without dependencies.

It's modeled after base58.cpp.

Installation

npm install b58-ts

yarn add b58-ts

Usage

import { encodeBase58, decodeBase58 } from 'b58-ts';

encodeBase58(new Uint8Array([1, 2, 3, 4]));
decodeBase58('1111111111');

Change log

0.1.0

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.015latest
0.1.0-rc2rc

Version History

VersionDownloads (Last 7 Days)Published
0.1.015
0.1.0-rc2

Package Sidebar

Install

npm i b58-ts

Weekly Downloads

17

Version

0.1.0

License

MIT

Unpacked Size

24 kB

Total Files

11

Last publish

Collaborators

  • bytesofman