-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add lawallet extension support #2934
Conversation
Please 🫶🏻 |
Interesting contribution on lightning. |
Please consider this PR LaWallet is a Custodial Bitcon comparable to WoS but linking all the entries up to Nostr in a smart way to provide a good UX and remain secure. |
I need LaWallet in Alby please🤩 |
Hi @bumi @pavanjoshi914 , could you take a look at this? LaWallet.ar is a custody wallet that we are developing 🫶🏻 |
@agustinkassis thanks for the PR!! |
For testing:
Receiving, sending, transaction list look great. Lightning address works fine. Things I noticed:
|
Does Lawallet support re-connecting to the relay? the connector became unresponsive and I had to restart my browser to re-connect. Also, my balance then showed 0 again and took a while to update. |
Just tested it and works quite great! 🚀 However I noticed some problems during testing:
When I create an invoice and enter a memo the memo seems not to be added to the invoice and won't show up in the payment screen as well as the transaction list.
|
Done with every requirement, please let me know if you have any more suggestions. |
@agustinkassis from where i can generate random private key? on btcapp.ar I only see login option which asks me for private key or from where I can create account for lawallet |
Hey pavan, lawallet.io is a stack, so everyone has a different policy on signing up for a walias (lightning address). A new private key is generated |
@agustinkassis any updates here? |
Done with all the comments. Everything is up to as requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are few minor changes can you please address?
I addressed all the mentioned issues. You can always add customization or optimizations to infinity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tAck
Thanks for the PR @agustinkassis works great! merging it 🚀 |
AMAZING!!! I'm very happy. Thanks @pavanjoshi914 and Alby🐝 |
Describe the changes you have made in this PR
Adding LaWallet.io extension.
Full support with NIP-05 and LUD-16.
Added
nostr-tools
as lawallet stack requires nostr websocket connection.Type of change
feat
: New feature (non-breaking change which adds functionality)How has this been tested?
You can generate a random private key and test if for yourself.
Checklist