Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dougsland/go-lightning
- Owner: dougsland
- License: gpl-2.0
- Created: 2018-03-18T04:41:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T04:47:42.000Z (almost 7 years ago)
- Last Synced: 2024-12-19T13:29:00.834Z (22 days ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```