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
Copy file name to clipboardExpand all lines: bdk-jvm/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,19 @@ sdk install java 17.0.2-tem
49
49
bash ./scripts/build-<your-local-architecture>.sh
50
50
```
51
51
52
+
## Run example files
53
+
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
+
55
+
```shell
56
+
cd bdk-jvm
57
+
./gradlew MultisigTransaction
58
+
```
59
+
60
+
You can also list the application tasks. (All examples grouped under application)
0 commit comments