@chainx-v2/crypto

A collection of useful crypto utilities for @chainx-v2

Usage no npm install needed!

<script type="module">
  import chainxV2Crypto from 'https://cdn.skypack.dev/@chainx-v2/crypto';
</script>

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';

Utilities

Utilities