https://github.com/vincenzopalazzo/cln4go
A core lightning library written in Go 1.18 for real gopher
https://github.com/vincenzopalazzo/cln4go
cln cln4go core-lightning
Last synced: 29 days ago
JSON representation
A core lightning library written in Go 1.18 for real gopher
- Host: GitHub
- URL: https://github.com/vincenzopalazzo/cln4go
- Owner: vincenzopalazzo
- License: bsd-3-clause
- Created: 2022-05-11T13:07:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T11:36:44.000Z (about 1 year ago)
- Last Synced: 2025-03-29T17:35:45.510Z (about 2 months ago)
- Topics: cln, cln4go, core-lightning
- Language: Go
- Homepage: https://cln4go.netlify.app
- Size: 3.52 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Intoduction to cln4go
Go framework for Core Lightning Daemon with a flexible interface
![]()
![]()
Home Page
Source Code
Welcome in cln4go module that it is developed under the umbrella of the [coffee-tools](https://github.com/coffee-tools).
## Packages
This module will implement all the necessary tool to interact with the core lightning ecosystem
with modern Go, and the following module are available:| Crate | Description |
|:----------|:-----------:|
| clng4go-client | Package that provides means to make RPC bindings from Go code to the core lightning daemon |
| cln4go-plugin | Package that provides a plugin API to give the possibility to implement a plugin in Go |
| cln4go-common | Package that provides common interface to interact with the core lightning ecosystem in Go |## Contributing guidelines
Read our [Hacking guide](./MAINTAINERS.md)
## Supports
If you want support this library consider to donate with the following methods
- Lightning address: [email protected]
- [Bitcoin Sponsor](https://bitcoindevlist.com/vincenzopalazzo/#vincenzopalazzo)
- [Github donation](https://github.com/sponsors/vincenzopalazzo)