JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 82
  • Score
    100M100P100Q71975F
  • License GPL-3.0-only

Cryptographic utilities for Dapps

Package Exports

  • @w3ux/crypto

Readme

Crypto

Cryptographic utilities for Dapps

Installation

npm install @w3ux/crypto

or

yarn add @w3ux/crypto

or

pnpm add @w3ux/crypto

Usage

import { /* your imports */ } from '@w3ux/crypto'

Utility Functions

This package provides utility functions that can be used in any JavaScript/TypeScript project:

import { /* specific function */ } from '@w3ux/crypto'

// Use the utility functions
const result = /* call your function */

Documentation

For comprehensive documentation and examples, visit the w3ux documentation.

Keywords

w3ux, polkadot, web3, crypto, cryptography, typescript

Repository

License

This package is licensed under the GPL-3.0-only.


Part of the w3ux library - A collection of packages for building Web3 applications.