diff --git a/README.md b/README.md new file mode 100644 index 0000000..fde4395 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +#Drongo + +Drongo is a Java Bitcoin library built mainly to support [Sparrow Wallet](https://sparrowwallet.com). + +## 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](https://bitcoinj.github.io/) Bitcoin library. \ No newline at end of file