You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lntop/doc.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