This project provides a simple method to convert integer or hexadecimal numbers into BN.js objects, making it useful for developers working with large numbers in blockchain or cryptographic applications. It is designed for JavaScript developers who need to handle big integers, particularly in environments like Ethereum development. The tool ensures type safety by throwing errors for invalid inputs, such as decimal numbers or non-numeric values.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Converts a number to a BN.js object, throw if invalid number.