diff --git a/bindings/README.md b/bindings/README.md new file mode 100644 index 00000000..febbfc87 --- /dev/null +++ b/bindings/README.md @@ -0,0 +1,8 @@ +# Cashu bindings + +- UniFFI (Kotlin (soon), Swift (soon), Python): + * [cashu-ffi](./cashu-ffi/): UniFFI bindings of the [cashu] crate + * [cashu-sdk-ffi](./cashu-sdk-ffi/): UniFFI bindings of the [cashu-sdk] crate + +[cashu]: ../crates/cashu/ +[cashu-sdk]: ../crates/cashu-sdk/