Skip to content

110CodingP/bdk_redb

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:

  • bdk_redb: Contains Store type (that wraps around the redb database) along with persistence methods.

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

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.

About

a redb database for bdk

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages