* Update readme to contain instructions for creating file
* Add method for sending transaction to chain
* Rename approve transaction component to approve transfer
* Create component for approving transactions
* Display transaction message in Approve transaction component
* Install registry-sdk
* Display gas limit on receiving transaction request
* Add functionality for sending transaction to chain
* Add memo in simulate gas method
* Remove unnecessary TODO
* Display error in dialog box
* Add support for onboarding transaction
* Pass address of signer in wallet connect request from app
* Use zod for validation
* Return to index 0 after deleting network
* Make url optional
* Use form schema according to the selected nw
* Fix type for networks data
* Accept numeric value for coin type
* Fix form type issue
* Autplopulate cosmos chain details from chain id
* Display rpc url
* Remove assert
* Make review changes
* Use watch to trigger function
* Use usewatch
* Sign in using selected address
* Use optional namespace
* Merge namespaces and use combined namespace
* Add todo for lodash merge
* Use walletConnect util buildApprovedNamespaces while approving sessions
* Lint fixes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
* Sign message using signDirect method with cosmos accounts
* Add explaination for signDirect method
* Use existing utility function to convert hex string to uint8array
* Handle review changes
* Add qr-code scanner button in homescreen header
* Display dapp details on sign request page
* Center details coming from dapp
* Remove request event state from request context
* Connect with dapp using WalletConnect
* Pair dapp with wallet
* Sign message taken from dapp and return the signature
* Add todos
* Move wallet connect functions to seperate screen
* Change ui
* Change ui for wc modals
* Add styles
* Remove border radius at the bottom
* Make review changes
* Add dependancy to useEffect
* Move pairing modal methods
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add page for scanning qr code
* Refactor code
* Ask for permission to use camera
* Change Qr to QR
* Seperate imports
* QR instead of Qr
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* 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>