Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@lightninglabs/lnc-core

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightninglabs/lnc-core

Type definitions and utilities for Lightning Node Connect

Source
npmnpm
Version
0.2.4-alpha
Version published
Weekly downloads
630
-46.02%
Maintainers
3
Weekly downloads
 
Created
Source

@lightninglabs/lnc-core

Type definitions and utilities for Lightning Node Connect, leveraged by lnc-web and lnc-rn

Install

npm i @lightninglabs/lnc-core

Updating protos

First, update the service version under the config block in package.json.

eg.

"config": {
    "lnd_release_tag": "v0.14.2-beta",
    "loop_release_tag": "v0.17.0-beta",
    "pool_release_tag": "v0.5.5-alpha",
    "faraday_release_tag": "v0.2.5-alpha",
    "protoc_version": "3.15.8"
},

Then run the following commands:

# download schemas
yarn run update-protos
# format schemas
yarn run generate

Keywords

lightning

FAQs

Package last updated on 30 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts