ethers.js/packages/math
2022-04-17 03:44:19 -04:00
..
lib admin: updated dist files 2022-04-17 03:13:04 -04:00
src.ts admin: update dist files 2022-04-17 03:44:19 -04:00
.npmignore Initial code drop for v6. 2022-04-11 17:09:17 -04:00
LICENSE.md Initial code drop for v6. 2022-04-11 17:09:17 -04:00
package.json admin: update dist files 2022-04-17 03:44:19 -04:00
README.md Added initial per-package README. 2022-04-14 06:09:51 -04:00
tsconfig.json Initial code drop for v6. 2022-04-11 17:09:17 -04:00

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.