Skip to content

Satimoto Lightning Service Provider using golang

License

Notifications You must be signed in to change notification settings

satimoto/go-lnm

Repository files navigation

go-lnm

Satimoto Lightning Node Manager using golang

Development

Run

go run ./cmd/lnm

Build

Run

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-s -w' -o bin/main cmd/lnm/main.go