mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 14:35:31 +01:00
23 lines
772 B
Markdown
23 lines
772 B
Markdown
|
|
# Cashu Development Kit Rexie Storage Backend
|
|
|
|
**ALPHA** This library is in early development, the api will change and should be used with caution.
|
|
|
|
cdk-rexie is the [rexie](https://docs.rs/rexie/latest/rexie/) storage backend for wasm cdk wallets in the browser.
|
|
|
|
## Crate Feature Flags
|
|
|
|
The following crate feature flags are available:
|
|
|
|
| Feature | Default | Description |
|
|
|-------------|:-------:|------------------------------------|
|
|
| `wallet` | Yes | Enable cashu wallet features |
|
|
|
|
## Implemented [NUTs](https://github.com/cashubtc/nuts/):
|
|
|
|
See <https://github.com/cashubtc/cdk/blob/main/README.md>
|
|
|
|
## License
|
|
|
|
This project is distributed under the MIT software license - see the [LICENSE](../../LICENSE) file for details.
|