2
0
mirror of https://github.com/edouardparis/lntop synced 2024-11-16 00:12:44 +00:00
lntop/doc.go

12 lines
495 B
Go
Raw Normal View History

2019-04-11 11:18:11 +00:00
// 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