19 lines
421 B
Markdown
19 lines
421 B
Markdown
|
Math Utilities
|
||
|
===============
|
||
|
|
||
|
*This is a beta version of the next release of ethers. Please do not use it in production yet.*
|
||
|
|
||
|
This package provides common math operations required when
|
||
|
operating with EVM-based blockchain actions.
|
||
|
|
||
|
- Fixed Number class
|
||
|
- Twos Compliment
|
||
|
- Conversion between arrays, hexstrings, numbers and bigint
|
||
|
- Base58 encoding
|
||
|
- Unit converstion (e.g. wei to ether)
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
MIT License.
|