Bitcoin Library
Find a file
2021-08-27 15:58:23 +02:00
buildSrc upgrade to gradle 7.1, java 16, javafx 16 2021-06-25 14:55:48 +02:00
gradle/wrapper upgrade to gradle 7.1, java 16, javafx 16 2021-06-25 14:55:48 +02:00
src support multiple utxo sets and change outputs 2021-08-27 15:58:23 +02:00
.gitignore no ds store 2020-08-04 12:49:46 +02:00
build.gradle add native secp256k1 library with jni bindings 2021-07-02 13:40:23 +02:00
gradlew upgrade to gradle 7.1, java 16, javafx 16 2021-06-25 14:55:48 +02:00
gradlew.bat upgrade to gradle 7.1, java 16, javafx 16 2021-06-25 14:55:48 +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.