* Display mnemonic on wallet creation
* Change srp to mnemonic
* Display mnemonic in a grid
* Remove line
* Make review changes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Create addAccount function
* Make review changes
* Create addAccount function
* Add id for each account
* Modify resetWallet function
* Make review changes
* Integrate functions
* Change button position
* Keep reset button at the bottom
* Use dropdown for accounts in separate component
* Display data of selected account
* Add method to add multiple accounts
* Change reset button position
* Clear account state on reset
* Display correct account info after creating
* Added account info to sign page
* Change variable names
* Use consistent variable names
* Use account id in ui
* Make review changes
* Fix imports
---------
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 state for selected network
* Make review changes
* Add cosmos signature
* Explicit check for cosmos
* Add dummy method for generating wallet
* Remove logic from component
* Add dummy sign method
* Change network state values
* Use separate file for types
* Add default case to switch
* Use consistent method names
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>