0.0.8 • Published 6 years ago

@xmr-core/xmr-b58 v0.0.8

Weekly downloads
3
License
See LICENSE.TXT. ...
Repository
github
Last release
6 years ago

@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.