lnsocket icon indicating copy to clipboard operation
lnsocket copied to clipboard

A minimal C & js library for sending messages to lightning nodes

Results 12 lnsocket issues
Sort by recently updated
recently updated
newest added

Tested for the golang one, the commando one probably needs some more test runs. Fixes the error where `commando` requires an `id` field at the top level for calls.

I think this isn't working on node v18 but I heard it works with 14, it would be good to define that.

While looking at #23 today (solved by #21) I came up with a test for lnsocket/go that might be useful for regression testing. This is the PR.

@ShahanaFarooqui wrote a pure-js commando client here: https://github.com/ShahanaFarooqui/CLN-Commando-Client I should just switch to that instead of using the C wasm build.

Webpack does static analysis on the emscripten module and complains when it sees nodejs 'require' statements, even if they are never called in practice. It also breaks when trying to...

Should we have jni bindings!? Why not? Kotlin wrapper, etc.

C# bindings would be nice

We should have python bindings

Some people are using dart, I should support this

When sending multiple RPC requests at once I get the following errors: When the requests are made separately waiting for each one to complete they all work perfectly, but when...