JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q24575F
  • License MIT

Cryptographic functions for ethereum and how to use them with web3 and solidity

Package Exports

  • nequequam
  • nequequam/dist/es/index.js
  • nequequam/dist/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nequequam) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

follow on Twitter

eth-crypto

Cryptographic javascript-functions for ethereum and tutorials on how to use them together with web3js and solidity.

Tutorials

Functions

Install

  npm install eth-crypto --save
// es6
import EthCrypto from 'eth-crypto';

// node
const EthCrypto = require('eth-crypto');

API

READ THE FULL DOCUMENTATION ON GITHUB