* Patch @ethersproject/pbkdf2 to improve wallet creation time
* Remove line
* Add line to prevent failure
* Remove line
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add the creatHDWallet function
* Make review changes
* Add signMessage and signEthMessage functions
* Add signCosmosMessage function
* Add resetWallet function
* Add resetWallet function
* Integrate functions with UI
* Add Alerts to react component
* Make review changes
* Add comment in utils file
* Remove lowerCase conversion in signCosmosmessage function
---------
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
* Add library to provide secure random source to ethers
* Add semicolon
* Keep imports together
* Add comment for react-native-get-random-values
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>