chore: update readme crates

This commit is contained in:
thesimplekid
2024-07-17 19:09:22 +01:00
parent 37a7f7fa9a
commit 8d60ed2b8f

View File

@@ -15,10 +15,15 @@ The project is split up into several crates in the `crates/` directory:
* Libraries:
* [**cdk**](./crates/cdk/): Rust implementation of Cashu protocol.
* [**cdk-sqlite**](./crates/cdk-sqlite/): Sqlite Storage backend
* [**cdk-redb**](./crates/cdk-redb/): Redb Storage backend
* [**cdk-sqlite**](./crates/cdk-sqlite/): Sqlite Storage backend.
* [**cdk-redb**](./crates/cdk-redb/): Redb Storage backend.
* [**cdk-rexie**](./crates/cdk-rexie/): Rexie Storage backend for browsers
* [**cdk-axum**](./crates/cdk-axum/): Axum webserver for mint.
* [**cdk-cln**](./crates/cdk-cln/): CLN Lightning backend for mint.
* [**cdk-fake-wallet**](./crates/cdk-fake-wallet/): Fake Lightning backend for mint. To be used only for testing, quotes are automatically filled.
* Binaries:
* [**cdk-cli**](./crates/cdk-cli/): Cashu wallet CLI
* [**cdk-cli**](./crates/cdk-cli/): Cashu wallet CLI.
* [**cdk-mintd**](./crates/cdk-mintd/): Cashu Mint Binary.
## Implemented [NUTs](https://github.com/cashubtc/nuts/):