Skip to content

andrii-kl/bitcoin-rpc-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-rpc-client

This is a lightweight java bitcoind JSON-RPC client binding. It does not require any external dependencies.

Maven

The package is published in the wf.bitcoin group and you can add it to you pom.xml adding a section like this:

<dependency>
    <groupId>wf.bitcoin</groupId>
    <artifactId>bitcoin-rpc-client</artifactId>
    <version>1.1.0</version>
</dependency>

About

Java Bitcoind RPC helper class

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Groovy 1.2%