Files
cdk/crates/cdk-sqlite/README.md
thesimplekid b528964fb6 chore: readmes
chore: doc comments on public
2024-06-28 15:37:10 +01:00

24 lines
769 B
Markdown

# Cashu Development Kit Redb Storage Backend
**ALPHA** This library is in early development, the api will change and should be used with caution.
cdk-sqlite is the sqlite storage backend for cdk.
## Crate Feature Flags
The following crate feature flags are available:
| Feature | Default | Description |
|-------------|:-------:|------------------------------------|
| `wallet` | Yes | Enable cashu wallet features |
| `mint` | Yes | Enable cashu mint 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.