Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dougsland/go-lightning

A Go package (Library) for lightningd
https://github.com/dougsland/go-lightning

Last synced: 10 days ago
JSON representation

A Go package (Library) for lightningd

Awesome Lists containing this project

README

        

# lightning: A Go package (Library) for lightningd

#### Requirements in the system

- [golang](https://golang.org/)
- [lightningd](https://github.com/ElementsProject/lightning)

#### How to use the package?
- Go to examples dir and look the sources, to build type 'make'
```
$ cd examples
$ vi common/common.go

$ examples> make
```