eth-crypto-ts 0.0.2 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # eth-crypto-ts
2
+
3
+ [![npm version](https://badge.fury.io/js/eth-crypto-ts.svg)](https://badge.fury.io/js/eth-crypto-ts)
4
+
5
+ This repository aims to transform `eth-crypto` to a typescript library.
6
+
7
+ It fixes a few issues with building as well as polyfilling node native packages.
8
+ This is particularily useful when using the package on a client or native environment where default node packages may not be availabe.
9
+
10
+ It has not been tested thoroughly yet due to time limitations, so use on your own risk. However I do not advise using it in a production environment.