From 8d60ed2b8f648c07a502ade101d0cdf0837fbff2 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Wed, 17 Jul 2024 19:09:22 +0100 Subject: [PATCH] chore: update readme crates --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0f4ab29..d7cc8b46 100644 --- a/README.md +++ b/README.md @@ -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/):