Skip to content

Commit

Permalink
remove who is using this section as there are too many apps using this.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jul 1, 2020
1 parent fafbeb9 commit df4487f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Since RPC calls are just relayed and wrapped, you can use **lightningd-gjson-rpc

[![godoc.org](https://img.shields.io/badge/reference-godoc-blue.svg)](https://godoc.org/github.com/fiatjaf/lightningd-gjson-rpc)

This is a simple and resistant client. It is made to survive against faulty **lightning** node interruptions. It can also talk to [spark](https://github.com/shesek/spark-wallet)/[sparko](https://github.com/fiatjaf/sparko) HTTP-RPC using the same API, so you can run your app and your node on different machines.
This is a simple and resistant client. It is made to survive against faulty **lightning** node interruptions. It can also talk to [spark](https://github.com/shesek/spark-wallet)/[sparko](https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd/sparko#client-libraries) HTTP-RPC using the same API, so you can run your app and your node on different machines.

## Usage

Expand Down Expand Up @@ -79,10 +79,6 @@ Besides providing full access to the c-lightning RPC interface with `.Call` meth
It's good to say also that since we don't have hardcoded methods here you can call [custom RPC methods](https://lightning.readthedocs.io/PLUGINS.html#json-rpc-passthrough) with this library.
## Who's using this?
Besides our own plugins listed in the link above, there's also [@lntxbot](https://t.me/lntxbot), the Telegram Lightning wallet; [Sparko](https://github.com/fiatjaf/sparko), our better and cheaper alternative to Spark wallet; [Etleneum](https://etleneum.com/), the centralized smart contract platform; and [Lightning Charger](https://charger.alhur.es/), the lnurl-powered BTC-to-Lightning mobile wallet helper.
## Plugins
We have a collection of plugins that expose or use our special methods. Read more about them at [cmd/](cmd/) or download binaries at [releases/](https://github.com/fiatjaf/lightningd-gjson-rpc/releases).

0 comments on commit df4487f

Please sign in to comment.