@chainx-v2/crypto
v0.0.27
Published
A collection of useful crypto utilities for @chainx-v2
Downloads
64
Readme
@chainx-v2/crypto
Various useful cyrpto 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.
Usage
Installation -
yarn add @chainx-v2/crypto
Functions can be imported as follows:
import { mnemonicGenerate } from '@chainx-v2/crypto';