Utilities
Last updated
Last updated
There is a bunch of utility functions you can use:
- bigint
helper to convert wei
, gwei
, ether
; float multiplying and division
- lots of date methods - replaces moment.js
and date.js
libraries
- assertion utilities. You should use assertions in the blockchain development much more often, as any small error can lead to huge losses
...
Please, go through the code, maybe you'll find something for your needs.