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

https://github.com/osslabz/electrum-client

A basic Java Client to connect to an Electrum Server
https://github.com/osslabz/electrum-client

bitcoin bitcoin-wallet electrum electrum-client

Last synced: 23 days ago
JSON representation

A basic Java Client to connect to an Electrum Server

Awesome Lists containing this project

README

          

Electrum Client
===============
![GitHub](https://img.shields.io/github/license/osslabz/electrum-client)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/electrum-client/build-on-push.yml?branch=dev&label=build&logo=git)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/electrum-client/build-release-on-main-push.yml?branch=main&label=perform-release&logo=semanticrelease)
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/net/osslabz/electrum-client/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/net/osslabz/electrum-client/README.md)
[![Maven Central](https://img.shields.io/maven-central/v/net.osslabz/electrum-client?label=Maven%20Central)](https://search.maven.org/artifact/net.osslabz/electrum-client)

A basic Electrum Client for Java/JVM-based languages using JSON-RPC.