Skip to content

elias-orijtech/btcpay-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# BTCPayServer client library in Java

[BTCPayServer Greenfield API documentation](https://docs.btcpayserver.org/API/Greenfield/v1/).

## Running example CLI

The `CLI` class demonstrates the API by creating an invoice.

```sh
$ nix build .#jar
$ java -cp lib/jackson-databind-2.13.4.2.jar:lib/jackson-core-2.13.4.jar:lib/jackson-annotations-2.13.4.jar:result/btcpay.jar com.orijtech.btcpay.CLI \
	<BTCPayServer URL> <Store ID> <Auth token>
```

About

BTCPay client implementation in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published