Skip to content

Commit

Permalink
Adding Java API to the list, and another bitcoin backend
Browse files Browse the repository at this point in the history
The bitcoin backend plugin is inspired by #112 #214

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo authored and cdecker committed Jun 25, 2021
1 parent 5475f25 commit 5f3bb38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "python-teos"]
path = python-teos
url = https://github.com/talaia-labs/python-teos/
[submodule "btcli4j"]
path = btcli4j
url = https://github.com/clightning4j/btcli4j.git
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Community curated plugins for c-lightning.
|------------------------------------|-------------------------------------------------------------------------------------------|
| [autopilot][autopilot] | An autopilot that suggests channels that should be established |
| [boltz-channel-creation][boltz] | A c-lightning plugin for Boltz Channel Creation Swaps |
| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. |
| [csvexportpays][csvexportpays] | A plugin that exports all payments to a CSV file |
| [currencyrate][currencyrate] | A plugin to convert other currencies to BTC using web requests
| [donations][donations] | A simple donations page to accept donations from the web |
Expand Down Expand Up @@ -161,6 +162,7 @@ Python plugins developers must ensure their plugin to work with all Python versi
- [Go Plugin API & RPC Client][go-api] by @niftynei
- [C++ Plugin API & RPC Client][cpp-api] by @darosior
- [Javascript Plugin API & RPC Client][js-api] by @darosior
- [Java Plugin API & RPC Client][java-api] by @vincenzopalazzo

[esplora]: https://github.com/Blockstream/esplora
[pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels
Expand Down Expand Up @@ -200,3 +202,5 @@ Python plugins developers must ensure their plugin to work with all Python versi
[boltz]: https://github.com/BoltzExchange/channel-creation-plugin
[feeadjuster]: https://github.com/lightningd/plugins/tree/master/feeadjuster
[teos-client]: https://github.com/talaia-labs/python-teos/tree/master/watchtower-plugin
[java-api]: https://github.com/clightning4j/JRPClightning
[btcli4j]: https://github.com/clightning4j/btcli4j
1 change: 1 addition & 0 deletions btcli4j
Submodule btcli4j added at ecacb0

0 comments on commit 5f3bb38

Please sign in to comment.