You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
54
54
55
55
```shell
56
-
cd bdk-jvm
57
56
./gradlew MultisigTransaction
58
57
```
59
58
60
59
You can also list the application tasks. (All examples grouped under application)
0 commit comments