2.0 KiB
2.0 KiB
@polkadot/util
Various useful utility functions that are used across all projects in the @polkadot namespace. It provides utility functions with additional safety checks, allowing not only for consistent coding, but also reducing the general boilerplate.
It is split up into a number of internal packages -
- util General utilities
- util-crypto Crypto and hashing utilities
- util-keyring Keyring management
- util-rlp RLP encoding & decoding
- util-triehash Calculation of trie hashes
Contributing
- Bootstrap the dependencies,
yarn - Make any changes in the relevant package, on master merges new versions will be published automatically