1.0.4 • Published 7 months ago

eth-unit-convertor-antier v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Eth Unit Converter - AntiEr

Eth Unit Converter is a package that allows you to convert Ethereum values into different units.

Installation

To install Eth Unit Converter, you can use npm:

npm i eth-unit-convertor-antier

Example Usage

// Import the UnitConverter
const UnitConverter = require('eth-unit-convertor-antier');

// Create an instance of the UnitConverter
const ethConverter = new UnitConverter();

// Convert 1 Ether to Wei
console.log(ethConverter.toWei(1));

Expected Output:

1000000000000000000

Supported Units

Eth Unit Converter supports the following units:

  • Wei
  • Kwei (Babbage)
  • Mwei (Lovelace)
  • Gwei (Shannon)
  • Szabo (Microether)
  • Finney (Milliether)
  • Ether

Author

@sandeep_antiersolutions

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago