Skip to content

rustaceanrob/cbf-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact Block Filter, Read Evaluate Print Loop

This repository is a watch only wallet built with Bitcoin Dev Kit and compact block filter client implementation Kyoto. Smooth integration between BDK and Kyoto is handled by the BDK-Kyoto library, 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

About

A simple watch-only wallet with BDK and CBF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages