mirror of
https://github.com/edouardparis/lntop
synced 2024-11-04 06:00:14 +00:00
12 lines
495 B
Go
12 lines
495 B
Go
// lntop v0.0.0
|
|
// Released under the MIT License
|
|
//
|
|
// Lightning is a decentralized network using smart contract functionality
|
|
// in the Bitcoin protocol to enable instant payments across a network of
|
|
// participants. Precisely bidirectional payments channels are set up
|
|
// between participants. For more information: http://lightning.network.
|
|
//
|
|
// lntop is an interactive text-mode channels viewer for Unix systems.
|
|
// It supports for the moment the Go implementation lnd only.
|
|
package lntop
|