as-base58
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

as-base58

Base58 encoder / decoder for AssemblyScript.

Special thanks to https://github.com/cryptocoinjs/base-x for the javascript version.

Usage

import { encode, decode } from "as-base58";
 
const input = "ABCD1234"
 
assert(input = enocde(decode("ABCD1234"));

Package Sidebar

Install

npm i as-base58

Weekly Downloads

5

Version

0.1.1

License

MIT

Unpacked Size

146 kB

Total Files

13

Last publish

Collaborators

  • sirwillem