| .. | ||
| lib | ||
| src.ts | ||
| .npmignore | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.