shreerang6921
cab9ec6e91
Add react-native-paper ui library ( #7 )
...
* Add ui library
* Replace alert with dialog on wallet creation
* Add review changes
* Add semicolon
* Remove comment
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-02-12 18:51:03 +05:30
shreerang6921
bd2e348c19
Use first child node as primary account ( #6 )
...
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-02-12 11:42:47 +05:30
shreerang6921
6f476a3ac1
Use library to have secure random source in react native environment ( #5 )
...
* 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>
2024-02-09 11:53:58 +05:30
shreerang6921
3d40de966d
Generate wallet and sign message ( #4 )
...
* Store mnemonic and private key seperately
* Change variable names
* Refactor code in seperate components
* Display wallet details
* Remove unnecessary imports
* Make review changes
* Add method to reset wallet
* Make component self closing
* separate imports
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-02-08 18:42:30 +05:30
shreerang6921
5dd97e3860
Generate HD wallet and sign message ( #3 )
...
* Generate ethers wallet
* Store wallet private key and mnemonic using react-native-keychain
* Add semicolons
* Edit ui heading
* Make review changes
* Use consistent pattern for functions
* Add method to sign message
* Change title
* Improve signing time
* Hide button on wallet initilisation
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
2024-02-08 12:05:32 +05:30