Cryptographic javascript-functions for ethereum and tutorials on how to use them together with web3js and solidity
npm install eth-crypto-js




Eth-crypto-js is clone of https://github.com/pubkey/eth-crypto intend to provide cross javasctipt support of cryptographic javascript-functions for ethereum and tutorials on how to use them together with web3js and solidity.
```
yarn add eth-crypto-js
or
npm install --save eth-crypto-js
`bash`
yarn add eth-crypto-js
or
`bash``
npm install eth-crypto-js
- [x] createIdentity()
- [x] publicKeyByPrivateKey()
- [ ] publicKey.toAddress()
- [ ] publicKey.compress()
- [ ] publicKey.decompress()
- [x] sign()
- [ ] recover()
- [x] recoverPublicKey()
- [x] encryptWithPublicKey()
- [x] decryptWithPrivateKey()
- [ ] cipher.stringify()
- [ ] cipher.parse()
- [ ] signTransaction()
- [ ] txDataByCompiled()
- [ ] calculateContractAddress()
- [ ] hex.compress() hex.decompress()
Should it happen that the tool broke down on you please head to our Issue tracker
1. Search if the issue is already discussed or explained.
2. If no luck feel free to open a new issue and we will get back to you as soon as possible.