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: README.md
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ Each supported language and the platform(s) it's packaged for has its own direct
16
16
## Supported target languages and platforms
17
17
The below directories (a separate repository in the case of bdk-swift) include instructions for using, building, and publishing the native language binding for [bdk] supported by this project.
18
18
19
-
| Language | Platform | Published Package | Building Documentation | API Docs |
| Kotlin | JVM |[bdk-jvm]|[Readme bdk-jvm]|[Kotlin JVM API Docs]|
22
+
| Kotlin | Android |[bdk-android]|[Readme bdk-android]|[Android API Docs]|
23
+
| Swift | iOS, macOS |[bdk-swift]|[Readme bdk-swift]||
24
+
| Python | linux, macOS, Windows |[bdk-python]|[Readme bdk-python]||
25
25
26
26
## Building and Testing the Libraries
27
27
If you are familiar with the build tools for the specific languages you wish to build the libraries for, you can use their normal build/test workflows. We also include some [just](https://just.systems/) files to simplify the work across different languages. If you have the just tool installed on your system, you can simply call the commands defined in the `justfile`s, for example:
@@ -134,12 +134,10 @@ This project is made possible thanks to the wonderful work by the [mozilla/uniff
0 commit comments