Bitcoin Library
Find a file
2023-10-05 10:35:09 +02:00
buildSrc upgrade to gradle 7.1, java 16, javafx 16 2021-06-25 14:55:48 +02:00
gradle/wrapper upgrade gradle to 7.6 2023-01-07 08:22:57 +02:00
src add krux wallet model 2023-10-05 10:35:09 +02:00
.gitignore no ds store 2020-08-04 12:49:46 +02:00
build.gradle specify junit in dependencies 2023-01-05 12:17:25 +02:00
gradlew upgrade gradle to 7.6 2023-01-07 08:22:57 +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 fix header 2020-08-29 17:57:16 +02: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) by the BitcoinJ Bitcoin library.