lnlink-server 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +461 -0
- package/dist/app.js +11165 -0
- package/dist/binaries.json +20 -0
- package/dist/build-info.json +41 -0
- package/dist/config.default.js +19 -0
- package/dist/index.js +19002 -0
- package/dist/index.js.map +7 -0
- package/dist/package.json +61 -0
- package/dist/prisma/migrations/20250918020814_/migration.sql +188 -0
- package/dist/prisma/migrations/20251114105314_auto_update/migration.sql +2 -0
- package/dist/prisma/migrations/migration_lock.toml +3 -0
- package/dist/prisma/schema.prisma +181 -0
- package/dist/proto/chainkit.proto +74 -0
- package/dist/proto/lightning.proto +5411 -0
- package/dist/proto/lit-status.proto +36 -0
- package/dist/proto/looprpc/client.proto +1435 -0
- package/dist/proto/price_oracle.proto +243 -0
- package/dist/proto/rfqrpc/rfq.proto +436 -0
- package/dist/proto/routerrpc/router.proto +1136 -0
- package/dist/proto/signrpc/signer.proto +709 -0
- package/dist/proto/stateservice.proto +73 -0
- package/dist/proto/swapserverrpc/common.proto +37 -0
- package/dist/proto/tapchannel.proto +306 -0
- package/dist/proto/tapcommon.proto +36 -0
- package/dist/proto/taprootassets.proto +1959 -0
- package/dist/proto/universe.proto +1063 -0
- package/dist/proto/walletkit.proto +1594 -0
- package/dist/proto/walletunlocker.proto +338 -0
- package/dist/public/css/initOwner.css +553 -0
- package/dist/public/favicon.ico +0 -0
- package/dist/public/init.html +70 -0
- package/dist/public/js/init.js +454 -0
- package/dist/setting.mainnet.json +22 -0
- package/dist/setting.regtest.json +22 -0
- package/dist/setting.testnet.json +22 -0
- package/package.json +91 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"darwin-arm64": {
|
|
3
|
+
"tor": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-aarch64-14.5.4.tar.gz",
|
|
4
|
+
"libevent-2.1.7.dylib": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-aarch64-14.5.4.tar.gz",
|
|
5
|
+
"litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.14.0-alpha/lightning-terminal-darwin-arm64-v0.14.0-alpha.tar.gz",
|
|
6
|
+
"rgb-lightning-node": "https://github.com/free-free-6/rgb-lightning-node/releases/download/v0.2.0/rgb-lightning-node-macos-aarch64"
|
|
7
|
+
},
|
|
8
|
+
"darwin-x64": {
|
|
9
|
+
"tor": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-x86_64-14.5.4.tar.gz",
|
|
10
|
+
"libevent-2.1.7.dylib": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-macos-x86_64-14.5.4.tar.gz",
|
|
11
|
+
"litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.14.0-alpha/lightning-terminal-darwin-amd64-v0.14.0-alpha.tar.gz",
|
|
12
|
+
"rgb-lightning-node": "https://github.com/free-free-6/rgb-lightning-node/releases/download/v0.2.0/rgb-lightning-node-macos-x86_64"
|
|
13
|
+
},
|
|
14
|
+
"linux-x64": {
|
|
15
|
+
"tor": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-linux-x86_64-14.5.4.tar.gz",
|
|
16
|
+
"libevent-2.1.7.dylib": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.4/tor-expert-bundle-linux-x86_64-14.5.4.tar.gz",
|
|
17
|
+
"litd": "https://github.com/lightninglabs/lightning-terminal/releases/download/v0.14.0-alpha/lightning-terminal-linux-amd64-v0.14.0-alpha.tar.gz",
|
|
18
|
+
"rgb-lightning-node": "https://github.com/free-free-6/rgb-lightning-node/releases/download/v0.2.0/rgb-lightning-node-linux-x86_64"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"buildTime": "2026-01-22T03:58:53.442Z",
|
|
3
|
+
"mode": "development",
|
|
4
|
+
"bundle": "single",
|
|
5
|
+
"external": "all",
|
|
6
|
+
"externalDeps": [
|
|
7
|
+
"@grpc/grpc-js",
|
|
8
|
+
"@grpc/proto-loader",
|
|
9
|
+
"@lightsparkdev/lightspark-sdk",
|
|
10
|
+
"@lnfi-network/rgb-api-js-sdk",
|
|
11
|
+
"@prisma/client",
|
|
12
|
+
"axios",
|
|
13
|
+
"bitcoin-core",
|
|
14
|
+
"body-parser",
|
|
15
|
+
"cookie-parser",
|
|
16
|
+
"crypto-js",
|
|
17
|
+
"dayjs",
|
|
18
|
+
"debug",
|
|
19
|
+
"decimal.js",
|
|
20
|
+
"ethers",
|
|
21
|
+
"express",
|
|
22
|
+
"express-rate-limit",
|
|
23
|
+
"find-process",
|
|
24
|
+
"form-data",
|
|
25
|
+
"http-errors",
|
|
26
|
+
"jest",
|
|
27
|
+
"long",
|
|
28
|
+
"module-alias",
|
|
29
|
+
"morgan",
|
|
30
|
+
"node-cache",
|
|
31
|
+
"node-cron",
|
|
32
|
+
"nostr-tools",
|
|
33
|
+
"pino",
|
|
34
|
+
"pino-pretty",
|
|
35
|
+
"pino-roll",
|
|
36
|
+
"prisma",
|
|
37
|
+
"typescript",
|
|
38
|
+
"ws"
|
|
39
|
+
],
|
|
40
|
+
"nodeVersion": "v24.11.0"
|
|
41
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const defaultConfig = {
|
|
2
|
+
LINK_LND_RPC_PORT: 10009,
|
|
3
|
+
LINK_LND_PEER_LISTEN_PORT: 9735,
|
|
4
|
+
LINK_RGB_LISTENING_PORT: 3001,
|
|
5
|
+
LINK_RGB_LDK_PEER_LISTENING_PORT: 9736,
|
|
6
|
+
LINK_HTTP_PORT: 8090,
|
|
7
|
+
LINK_NAME: "link",
|
|
8
|
+
LINK_DEBUG: true,
|
|
9
|
+
LINK_ENABLE_TOR: true,
|
|
10
|
+
LINK_BINARY_PATH: "",
|
|
11
|
+
LINK_DATA_PATH: "",
|
|
12
|
+
LINK_FLASH_SITE_BASE_URL: "https://devofflash.unift.xyz",
|
|
13
|
+
LINK_LNFI_NODE_SITE_URL: "https://devoflnnode.unift.xyz",
|
|
14
|
+
LINK_OWNER: "",
|
|
15
|
+
LINK_SETTING_FILE_PATH: "",
|
|
16
|
+
// LINK_SETTING_FILE_PATH: "",
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
module.exports = defaultConfig
|