β¨Utilities
There is a bunch of utility functions you can use:
https://github.com/0xweb-org/dequanto/tree/master/src/utils
$bigint -
bigint
helper to convertwei
,gwei
,ether
; float multiplying and division$date - lots of date methods - replaces
moment.js
anddate.js
libraries$require - 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.
Last updated