@xmr-core/xmr-b58
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

@xmr-core/xmr-b58

@xmr-core/xmr-b58 contains functions to encode and decode base58 strings for monero operations

Features


  • Encoding hex strings to base58 strings
  • Decoding base58 strings to hex strings

Usage


import { encode, decode } from "@xmr-core/xmr-b58";
const hexStr = "0x....";
const b58Str = encode(hexStr);

Installation


Install @xmr-core/xmr-b58 by running:

yarn add @xmr-core/xmr-b58

License


The project is licensed under the MIT license.

Package Sidebar

Install

npm i @xmr-core/xmr-b58

Weekly Downloads

0

Version

0.0.8

License

See LICENSE.TXT. Copyright (c) 2014-2018, MyMonero.com. All rights reserved.

Unpacked Size

16.1 kB

Total Files

12

Last publish

Collaborators

  • henrynguyen5