@bdxi/beldex-bigint

1.0.0 • Public • Published

Big Interger library used in the Beldex packages

⚠️ This project is under heavy development. Expect bugs & breaking changes.

Installation

npm i @bdxi/beldex-bigint

Usage

const JSBigInt = require('@bdxi/beldex-bigint').BigInteger;
const amount = new JSBigInt('12300000');
const beldex_amount_format_utils = require('@bdxi/beldex-money-format')

const amount_str = beldex_amount_format_utils.formatMoney(amount);

License

See LICENSE.txt for license.

All source code copyright © 2023 by Beldex. All rights reserved.

Readme

Keywords

none

Package Sidebar

Install

npm i @bdxi/beldex-bigint

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

38.1 kB

Total Files

3

Last publish

Collaborators

  • alexsanchez
  • codeman-crypto
  • lifwon