]> Untitled Git - bdk-cli/commit
feat: add initializing wallet config
authorVihiga Tyonum <withtvpeter@gmail.com>
Wed, 18 Jun 2025 08:01:44 +0000 (09:01 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Fri, 16 Jan 2026 10:42:45 +0000 (11:42 +0100)
commitf21729b3ecb1dd8bdc85527975fb4ed7347701a6
tree5407a38b7e8b7b64927461ff6acd78717b6d48d2
parentfb7f6c60ca4ac1ad80750391435bbafd7346c714
feat: add initializing wallet config

- add config.rs to store and retrieve
values
- add toml and serde crates for desearilizing and
reading values
- update utils, commands and handlers files
to use values from config.toml
-refactor prepare_wallet_db fn
- fix clippy issues

[Issue: #192]
CHANGELOG.md
Cargo.lock
Cargo.toml
Justfile
README.md
src/commands.rs
src/config.rs [new file with mode: 0644]
src/handlers.rs
src/main.rs
src/utils.rs