|
|
cbb28a6eb3
|
Add route to auto sign in for deploy app (#20)
Part of https://www.notion.so/Simplify-login-flow-in-deploy-laconic-com-190a6b22d47280a9924cc38f8cf4c891
- Auto sign SIWE message received if auto-sign-in is enabled
- Functionality to check account balance
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#20
|
2025-02-12 06:03:09 +00:00 |
|
|
|
b527a9486d
|
Add new component WalletEmbed to handle tx requests via iframe messaging (#18)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75)
Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Co-authored-by: Isha <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#18
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
|
2024-11-12 09:46:16 +00:00 |
|
zramsay
|
7ca019a83e
|
fix build
|
2024-08-10 18:58:37 -04:00 |
|
|
|
296bb3632b
|
chore: rename style and add back enabled check
|
2024-08-10 17:49:55 -04:00 |
|
|
|
360f3b76bc
|
style: add back wallet connect button and style add session
|
2024-08-10 16:10:25 -04:00 |
|
|
|
ec3617ad42
|
style: sign message and use layout component
|
2024-08-09 16:06:49 -04:00 |
|
|
|
4ff1c10699
|
style: add network
|
2024-08-09 16:06:48 -04:00 |
|
|
|
17810801dd
|
style: gas price width
|
2024-08-09 16:06:17 -04:00 |
|
|
|
a1747b8ba7
|
style: edit network and logo
|
2024-08-09 16:06:17 -04:00 |
|
|
|
7b72631206
|
style: container
|
2024-08-09 16:04:48 -04:00 |
|
|
|
cca89775aa
|
style: home screen first pass
|
2024-08-09 16:03:17 -04:00 |
|
|
|
ba05a82406
|
Disable import wallet functionality with const flag (#14)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#14
|
2024-08-09 10:56:51 +00:00 |
|
|
|
2bb92205ba
|
Implement functionality to import wallet from mnemonic (#13)
Part of cerc-io/laconic-wallet-web#11
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#13
|
2024-08-09 10:24:38 +00:00 |
|
|
|
c26bddec1a
|
Add support for staking module tx MsgCreateValidator (#12)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#12
|
2024-08-09 09:12:32 +00:00 |
|
|
|
504badebb8
|
Remove deep link path and prevent re-render from useEffect (#7)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
- Remove path config used for deep links
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#7
|
2024-08-01 06:18:02 +00:00 |
|
|
|
cd0f6fa5d2
|
Replace photon with alnt for laconicd network (#6)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
- Use MUI dialog component for tx error
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#6
|
2024-07-30 12:18:53 +00:00 |
|
|
|
581eccd81a
|
Refactor wallet connect instance to use state variables (#4)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
- Refactor `web3wallet` variable into a state variable
Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#4
|
2024-07-29 12:09:22 +00:00 |
|
|
|
4d5fd722fb
|
UI/UX improvements in laconic wallet web app (#3)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)
- Fix private key shown in dialog box
- Add laconicd network and set as default
- Update web app title and favicon
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: cerc-io/laconic-wallet-web#3
|
2024-07-29 11:26:10 +00:00 |
|
shreerang6921
|
8f796ca57b
|
Remove non-null assertion on wallet connect instance (#4)
|
2024-07-26 16:31:18 +05:30 |
|
Isha Venikar
|
f554c82149
|
Integrate wallet connect (#2)
* Configure stack navigation to display header
* Use wallet connect to connect with dApps
* Replace react-native alerts with js alerts
* Add example env file
* Remove unnecessary code
* Make UI changes
* Uncomment required code
* Remove unnecessary dependencies
* Remove any type
* Fix indentation
---------
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
|
2024-07-26 10:28:57 +05:30 |
|
Isha Venikar
|
640155aa4a
|
Setup react native paper (#1)
* Basic setup for react native web
* Comment unsupported react-native code
* Add interface for keychain methods
* Fix storeNetworkData method
* Use mui dialog component
* Modify key store file name
* Fix add network and edit network screens
* Fix sign message screen
* Use light theme
---------
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
|
2024-07-25 13:00:03 +05:30 |
|