Bitcoin Library
Find a file
Daniel Newton 6d15650558 - convenience function to parse address from any network
- rearrange Network enum to make BITCOIN the first and default
2020-09-28 16:09:29 +13:00
gradle/wrapper upgrade to gradle 6.3 2020-04-01 14:46:54 +02:00
src - convenience function to parse address from any network 2020-09-28 16:09:29 +13:00
.gitignore add Network enum, make addresses use the network type 2020-09-28 16:09:29 +13:00
build.gradle deterministic builds 2020-08-25 09:14:33 +02:00
gradlew upgrade to java 9 and gradle 6 2020-03-31 15:43:34 +02:00
gradlew.bat upgrade to java 9 and gradle 6 2020-03-31 15:43:34 +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.