Bitcoin Library
Find a file
2026-05-31 12:27:02 +02:00
gradle/wrapper upgrade to gradle v9.1.0 2025-09-29 13:19:54 +02:00
src revise wording for non-default sighash warnings 2026-05-31 12:27:02 +02:00
.gitignore no ds store 2020-08-04 12:49:46 +02:00
build.gradle support loading libsecp256k1 from jvm lib folder 2026-03-13 07:58:32 +02:00
gradlew upgrade to gradle v9.1.0 2025-09-29 13:19:54 +02:00
gradlew.bat upgrade to gradle v9.1.0 2025-09-29 13:19:54 +02:00
LICENSE license 2020-08-28 15:20:05 +02:00
README.md fix build instructions 2024-10-21 09:26:01 +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 jar

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.