chore: readme

This commit is contained in:
thesimplekid
2024-05-10 10:53:18 +01:00
parent 4a3e74e129
commit 1105dfab48
2 changed files with 7 additions and 1 deletions

View File

@@ -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

4
bindings/README.md Normal file
View File

@@ -0,0 +1,4 @@
# CDK Bindings
Javascript:
[cdk-js](./cdk-js/) javascript bindings for [cdk](../crates/cdk/)