Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,17 @@ bash ./scripts/build-<your-local-architecture>.sh
The `examples` module show different samples of how some of the APIs can be used. You can run the examples after building as stated above. The gradle task to run is by convention the file name of the example file.

```shell
cd bdk-jvm
./gradlew MultisigTransaction
```

You can also list the application tasks. (All examples grouped under application)
```shell
cd bdk-jvm
./gradlew tasks --group application
```

## How to publish to your local Maven repo

```shell
cd bdk-jvm
./gradlew publishToMavenLocal -P localBuild
```

Expand Down