https://github.com/rustaceanrob/cbf-repl
A simple watch-only wallet with BDK and CBF
https://github.com/rustaceanrob/cbf-repl
Last synced: 11 months ago
JSON representation
A simple watch-only wallet with BDK and CBF
- Host: GitHub
- URL: https://github.com/rustaceanrob/cbf-repl
- Owner: rustaceanrob
- Created: 2024-09-07T18:18:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-26T17:08:16.000Z (over 1 year ago)
- Last Synced: 2025-04-12T17:14:18.200Z (about 1 year ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Compact Block Filter, Read Evaluate Print Loop
This repository is a _watch only_ wallet built with [Bitcoin Dev Kit](https://github.com/bitcoindevkit/bdk) and compact block filter client implementation [Kyoto](https://github.com/rustaceanrob/kyoto). Smooth integration between BDK and Kyoto is handled by the [BDK-Kyoto library](https://github.com/bitcoindevkit/bdk-kyoto), which is used to sync BDK wallets with compact block filters.
To run the wallet loop:
```
cargo run
```
Get the next receiving address:
```
address
```
Get the balance of the wallet:
```
balance
```
Stop the program:
```
shutdown
```
To follow along with a live coding demo:
```
git clone -b template https://github.com/rustaceanrob/cbf-repl.git
```