Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 337 Bytes

ldk-node-go

Experimental Go bindings for Alby's ldk-node fork

Generating bindings

Copy the bindings generated from ldk-node into the ldk_node folder.

Including from go app

go get github.com/getAlby/ldk-node-go

And in the code import from "github.com/getAlby/ldk-node-go/ldk_node"