@mymonero/mymonero-bigint

v3.0.3
A fork of the BigInt package to add lowVal and expose CONSTRUCT

MyMonero

Big Interger library used in the MyMonero packages

CI Status

:warning: This project is under heavy development. Expect bugs & breaking changes.

Installation

npm i @mymonero/mymonero-bigint

Usage

const JSBigInt = require('@mymonero/mymonero-bigint').BigInteger;
const amount = new JSBigInt('12300000')
const amount_str = monero_amount_format_utils.formatMoney(amount)

License

See LICENSE.txt for license.

All source code copyright © 2021 by MyMonero. All rights reserved.

npm i @mymonero/mymonero-bigint

Metadata

  • MIT
  • Whatever
  • MyMonero
  • released 7/1/2024

Downloads

Maintainers

MyMonero