joule-labs / joule-extension

Lightning payments extension for Chrome
MIT License
353 stars 62 forks source link

Multiple nodes / accounts #87

Open wbobeirne opened 5 years ago

wbobeirne commented 5 years ago

Maybe this is just because I test a lot, but I think there's a use case for having multiple nodes you can connect to and choose from. At the very least for hopping between mainnet / testnet / regtest if you're a developer. Some notes on implementation:

PatrickZGW commented 5 years ago

They way I do this right now is I just install the extension two times with a slightly different logo. Maybe a different build option for regest or testnet would be cool so the browser extension is easily distinguishable.

wbobeirne commented 5 years ago

Interesting work-around, though I want to avoid people having two extensions active at once, since they'll both try to inject WebLN at the same time and it won't be deterministic which one is "active".

jnewbery commented 5 years ago

I can't see this being much use beyond Joule developers. I'd guess that most application developers go straight to mainnet, since payments are so small on lightning that it's fine to risk the few satoshis and test directly on mainnet.

Is installing Joule for multiple chrome users and then switching between them a good workaround?

juscamarena commented 5 years ago

That's what I do now, testnet on another chrome user. works fine. I think KISS and sticking to one node is fine.

Janaka-Steph commented 5 years ago

I have multiple nodes and I love Joule. UP!!

githorray commented 4 years ago

Zap now has multiple node / wallet / account support. Maybe Joule soon.

https://github.com/LN-Zap/zap-android/pull/169