ethers.js/packages/math/README.md
2022-04-14 06:09:51 -04:00

421 B

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.