mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
Add readme
This commit is contained in:
parent
1e0c8f0bde
commit
4ec07e2a91
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue