Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```