From 9bb629d0a8138ee38a85486b9cbf177ca6e1070f Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 21 Dec 2021 14:25:15 -0800 Subject: [PATCH] Update README.md with links to padawan and tatooine --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4bf1d9..232208e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,17 @@ val wallet = OnlineWallet(descriptor, null, Network.TESTNET, db, client) val newAddress = wallet.getNewAddress() ``` -### How to build +### Example Projects + +#### `bdk-android` + +* [padawan-wallet](https://github.com/thunderbiscuit/padawan-wallet) + +#### `bdk-jvm` + +* [tatooine](https://github.com/thunderbiscuit/tatooine) + +## How to build 1. Clone this repository and init and update it's [`bdk-ffi`] submodule. ```shell @@ -66,7 +76,9 @@ val newAddress = wallet.getNewAddress() ./build.sh ``` -### How to publish to your local maven repo +## How to publish + +### Publish to your local maven repo 1. Set your `~/.gradle/gradle.properties` signing key values ```properties @@ -79,7 +91,7 @@ val newAddress = wallet.getNewAddress() ./gradlew :android:publishToMavenLocal ``` -### How to publish to maven central with [Gradle Nexus Publish Plugin] (project maintainers only) +### Publish to maven central with [Gradle Nexus Publish Plugin] (project maintainers only) 1. Set your `~/.gradle/gradle.properties` signing key values and SONATYPE login ```properties @@ -95,8 +107,6 @@ val newAddress = wallet.getNewAddress() ./gradlew :android:publishToSonatype closeAndReleaseSonatypeStagingRepository ``` - - [Kotlin]: https://kotlinlang.org/ [Android Studio]: https://developer.android.com/studio/ [`bdk`]: https://github.com/bitcoindevkit/bdk