near / as-base58

Encode and Decode base58 strings in AssemblyScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"));

About

Encode and Decode base58 strings in AssemblyScript

License:MIT License


Languages

Language:WebAssembly 93.3%Language:TypeScript 4.6%Language:JavaScript 2.2%