This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
zap-desktop
mirror of
https://github.com/lukechilds/zap-desktop.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81
Commits
9
Branches
5
Tags
147 MiB
Tree:
fc0876b893
gh-pages
l10n_master2
master
next
patch-1
renovate/babel-plugin-styled-components-1.x
renovate/lint-staged-8.x
renovate/prettier-1.x
renovate/react-icons-3.x
v0.1.0-beta
v0.1.1-beta
v0.2.0-beta
v0.2.1-beta
v0.2.2-beta
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fc0876b893'
${ noResults }
zap-desktop
/
app
/
lnd
/
config
/
index.js
5 lines
96 B
Raw
Normal View
History
feature(lnd-ipc): initial lnd + ipcRenderer setup w/ info as example
8 years ago
export
default
{
lightningRpc
:
`
${
__
dirname
}
/rpc.proto
`
,
lightningHost
:
'localhost:10009'
}