Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustaceanrob/cbf-repl
A simple watch-only wallet with BDK and CBF
https://github.com/rustaceanrob/cbf-repl
Last synced: 2 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:25:32.000Z (2 months ago)
- Last Synced: 2024-10-25T13:47:35.167Z (2 months ago)
- Language: Rust
- Size: 43 KB
- Stars: 2
- 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
```