lightninglabs / lnc-web

Lightning Node Connect npm module for web
https://docs.lightning.engineering/lightning-network-tools/lightning-terminal/lnc-npm
48 stars 18 forks source link

lib: add LitApi to LNC #78

Closed jamaljsr closed 1 year ago

jamaljsr commented 1 year ago

This PR adds a lnc.lit field to provide access to the litd RPCs exposed by lnc-core in https://github.com/lightninglabs/lnc-core/pull/13.

I also made a few small changes to fix issues found when running this package in a server-side rendering environment.

jamaljsr commented 1 year ago

This should be good to go now.