2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-04 06:00:14 +00:00
lntop/doc.go
Edouard Paris f869a471b5 add doc.go
2019-04-11 13:18:11 +02:00

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