-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Naming Convention
- In
bdk-ffi, Kotlin is currently named by target/platform (bdk-android,bdk-jvm) rather than by language.- That makes sense because Android and JVM are distinct targets, but it breaks what I might have as language-first mental model (
bdk-<language>). - There is also historical nuance:
bdk-kotlinexists (archived/moved tobdk-ffi) and historically published bothbdk-jvmandbdk-android.
- That makes sense because Android and JVM are distinct targets, but it breaks what I might have as language-first mental model (
- External precedent is mixed too (for example LDK Node has a
bindings/kotlindirectory but publishesldk-node-jvmandldk-node-android, Cashu hascdk-kotlin, UniFFI generally uses the term “bindings” for foreign-language generated code).
Wondering about documenting a short naming convention for BDK bindings going forward (repo/module/directory names vs published artifact/package names) that makes sense and cleanly lines up? Not proposing an immediate rename here, mainly thinking thru for a clear rule so future naming is consistent, and also a place to document discussion.
Current BDK binding names
bdk-android(module/directory insidebdk-ffi, Maven artifactbdk-android)bdk-jvm(repo + Maven artifactbdk-jvm)bdk-swift(repo + SPM packagebdk-swift; Swift module/frameworkBitcoinDevKit)bdk-python(repo, PyPI packagebdkpython)bdk-rn(repo + npm packagebdk-rn)bdk-dart(repo, pub packagebdk_dart)bdk-wasm(repo, publishes npm packagesbdk-wallet-webandbdk-wallet-node)bdk-kotlin(archived repo; moved tobdk-ffi; historically publishedbdk-jvmandbdk-android?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status