@xmr-core/xmr-b58
v0.0.8
Published
Functions to encode and decode base58 strings for monero operations
Downloads
19
Maintainers
Readme
@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.