1.3.0 • Published 1 month ago

nequequam v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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