eth-crypto

Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity

MIT License

Downloads
125.1K
Stars
863
Committers
17

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

Package Rankings
Top 1.29% on Npmjs.org
Related Projects