Bitcoin Library
Find a file
2024-05-03 12:16:01 +02:00
buildSrc upgrade to gradle 7.1, java 16, javafx 16 2021-06-25 14:55:48 +02:00
gradle/wrapper update gradle wrapper to 8.5 2024-01-29 14:35:24 +02:00
src add further restriction for checking if keystores can sign a psbt input 2024-05-03 12:16:01 +02:00
.gitignore no ds store 2020-08-04 12:49:46 +02:00
build.gradle upgrade to pgpainless 1.6.7 with basic modules support 2024-03-26 10:03:49 +02:00
gradlew update gradle wrapper to 8.5 2024-01-29 14:35:24 +02:00
gradlew.bat upgrade gradle to 7.6 2023-01-07 08:22:57 +02:00
LICENSE license 2020-08-28 15:20:05 +02:00
README.md Fixed typo 2024-02-15 20:19:32 -05:00
settings.gradle Initial commit 2019-03-15 20:15:28 +02:00

Drongo

Drongo is a Java Bitcoin library built mainly to support Sparrow Wallet.

Building

Drongo can be built with

./gradlew shadowJar

License

Drongo is licensed under the Apache 2 software licence.

Credits

Drongo was inspired by (and is in part derived from) the bitcoinj Bitcoin library.