The bdk_redb
project provides a redb
based persistence backend for bdk_wallet
and bdk_chain
.
The crate is currently EXPERIMENTAL. DO NOT use with MAINNET wallets.
There is currently one published crate in this repository:
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
.
The library maintains a MSRV of 1.85.0 due to dependency on redb
.
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.
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.