bdk_redb
About
The bdk_redb project provides a redb based persistence backend for bdk_wallet and bdk_chain.
Status
The crate is currently EXPERIMENTAL. DO NOT use with MAINNET wallets.
Architecture
There is currently one published crate in this repository:
Features
The crate has a default feature called wallet which provides methods on Store to persist bdk_wallet::ChangeSet and bdk_wallet::WalletPersister implementation for Store.
Minimum Supported Rust Version (MSRV)
The library maintains a MSRV of 1.85.0 due to dependency on redb.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.