Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lnd | 6,953 | 14 | 80 | 20 hours ago | 39 | November 24, 2021 | 647 | mit | Go | |
Lightning Network Daemon ⚡️ | ||||||||||
Openbazaar Go | 933 | 2 years ago | 147 | November 20, 2020 | 301 | mit | Go | |||
OpenBazaar 2.0 Server Daemon in Go | ||||||||||
Fboss | 817 | 15 hours ago | 36 | other | C++ | |||||
Facebook Open Switching System Software for controlling network switches. | ||||||||||
Docker Timemachine | 545 | 2 years ago | 6 | mit | Dockerfile | |||||
A docker container that compiles the lastest Netatalk to run a Time Machine server. | ||||||||||
Rsync | 394 | a month ago | 9 | bsd-3-clause | Go | |||||
gokrazy rsync | ||||||||||
Bacpypes | 250 | 3 | 4 | a month ago | 61 | February 02, 2022 | 108 | mit | Python | |
BACpypes provides a BACnet application layer and network layer written in Python for daemons, scripting, and graphical interfaces. | ||||||||||
Multimaster_fkie | 233 | 10 days ago | 7 | bsd-3-clause | Python | |||||
ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI) | ||||||||||
Obd | 207 | 2 months ago | 9 | November 11, 2021 | 32 | mit | Go | |||
OmniBOLT daemon, a golang implementation of OmniBOLT spec, the smart assets lightning network. | ||||||||||
Nfsen Ng | 176 | 3 months ago | 26 | apache-2.0 | PHP | |||||
Responsive NetFlow visualizer built on top of nfdump tools. | ||||||||||
Wpantund | 161 | 5 months ago | 35 | apache-2.0 | C++ | |||||
Wireless Network Interface Daemon for Low-Power Wireless SoCs |
The Lightning Network Daemon (lnd
) - is a complete implementation of a
Lightning Network node. lnd
has several pluggable back-end
chain services including btcd
(a
full-node), bitcoind
, and
neutrino
(a new experimental light client). The project's codebase uses the
btcsuite set of Bitcoin libraries, and also
exports a large set of isolated re-usable Lightning Network related libraries
within it. In the current state lnd
is capable of:
autopilot
).lnd
fully conforms to the Lightning Network specification
(BOLTs). BOLT stands for:
Basis of Lightning Technology. The specifications are currently being drafted
by several groups of implementers based around the world including the
developers of lnd
. The set of specification documents as well as our
implementation of the specification are still a work-in-progress. With that
said, the current status of lnd
's BOLT compliance is:
The daemon has been designed to be as developer friendly as possible in order
to facilitate application development on top of lnd
. Two primary RPC
interfaces are exported: an HTTP REST API, and a gRPC
service. The exported API's are not yet stable, so be warned: they may change
drastically in the near future.
An automatically generated set of documentation for the RPC APIs can be found at api.lightning.community. A set of developer resources including guides, articles, example applications and community resources can be found at: docs.lightning.engineering.
Finally, we also have an active
Slack where protocol developers, application developers, testers and users gather to
discuss various aspects of lnd
and also Lightning in general.
In order to build from source, please see the installation instructions.
To run lnd from Docker, please see the main Docker instructions
When operating a mainnet lnd
node, please refer to our operational safety
guidelines. It is important to note that lnd
is still
beta software and that ignoring these operational guidelines can lead to
loss of funds.
The developers of lnd
take security very seriously. The disclosure of
security vulnerabilities helps us secure the health of lnd
, privacy of our
users, and also the health of the Lightning Network as a whole. If you find
any issues regarding security or privacy, please disclose the information
responsibly by sending an email to security at lightning dot engineering,
preferably encrypted using our designated PGP key
(91FE464CD75101DA6B6BAB60555C6465E5BCB3AF
) which can be found
here.