diff --git a/README.md b/README.md index a5bea5e9..75296a55 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ # Cashu Development Kit - CDK is a collection of rust crates for [Cashu](https://github.com/cashubtc) wallets and mints written in Rust. **ALPHA** This library is in early development, the api will change. @@ -28,6 +27,9 @@ CDK is a collection of rust crates for [Cashu](https://github.com/cashubtc) wall - :heavy_check_mark: [NUT-13](https://github.com/cashubtc/nuts/blob/main/13.md) - :heavy_check_mark: [NUT-14](https://github.com/cashubtc/nuts/blob/main/14.md) +## Bindings + +Experimental bindings can be found in the [bindings](./bindings/) folder. ## License diff --git a/bindings/README.md b/bindings/README.md new file mode 100644 index 00000000..d17392ef --- /dev/null +++ b/bindings/README.md @@ -0,0 +1,4 @@ +# CDK Bindings + +Javascript: + [cdk-js](./cdk-js/) javascript bindings for [cdk](../crates/cdk/)