Ethereum wallet library, modifed for getting more perfomance on mobile
npm install ethers-cordovaethers-cordova
=========
Complete Ethereum wallet implementation and utilities in JavaScript, clonned from ethers.js and modifed for getting better perfomance on mobile apps that use Cordova
Installing
----------
NPM
```
npm i ethers-cordovascrypt
That package uses plugins. If you run the app on Android and IOS, will be used cordova plugin cordova-plugin-scrypt that is much faster on mobile devices. Add it to your project:``
cordova plugin add cordova-plugin-scryptcordova-plugin-scrypt
In other platforms such as browser (or you didnt install ) will be used scrypt-js
Documentation
-------------
For more information check the original repository
Browse the API Documentation online.
Donations
---------
If you want to buy some coffee for the original author, he won't say no :o)
Ethereum: 0xEA517D5a070e6705Cc5467858681Ed953d285Eb9`
License
-------
Completely MIT Licensed. Including ALL dependencies.