drongo/README.md

18 lines
357 B
Markdown
Raw Normal View History

2020-08-29 15:57:16 +00:00
# Drongo
2020-08-29 15:55:32 +00:00
Drongo is a Java Bitcoin library built mainly to support [Sparrow Wallet](https://sparrowwallet.com).
## Building
Drongo can be built with
2024-10-21 07:26:01 +00:00
`./gradlew jar`
2020-08-29 15:55:32 +00:00
## License
Drongo is licensed under the Apache 2 software licence.
## Credits
2024-02-16 01:19:32 +00:00
Drongo was inspired by (and is in part derived from) the [bitcoinj](https://bitcoinj.org) Bitcoin library.