drongo/README.md
2024-10-21 09:26:01 +02:00

17 lines
357 B
Markdown

# Drongo
Drongo is a Java Bitcoin library built mainly to support [Sparrow Wallet](https://sparrowwallet.com).
## 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](https://bitcoinj.org) Bitcoin library.