Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rustaceanrob/bdk-kyoto-cli

a proof of concept CLI tool using BDK and Kyoto
https://github.com/rustaceanrob/bdk-kyoto-cli

Last synced: 13 days ago
JSON representation

a proof of concept CLI tool using BDK and Kyoto

Awesome Lists containing this project

README

        

## A BDK and Kyoto CLI tool

Sync `bdk_chain` structures using Kyoto as the chain source and persist changes with the BDK file store.

#### Running the example

```
export DESCRIPTOR="tr([7d94197e/86'/1'/0']tpubDCyQVJj8KzjiQsFjmb3KwECVXPvMwvAxxZGCP9XmWSopmjW3bCV3wD7TgxrUhiGSueDS1MU5X1Vb1YjYcp8jitXc5fXfdC1z68hDDEyKRNr/0/*)"
export CHANGE_DESCRIPTOR="tr([7d94197e/86'/1'/0']tpubDCyQVJj8KzjiQsFjmb3KwECVXPvMwvAxxZGCP9XmWSopmjW3bCV3wD7TgxrUhiGSueDS1MU5X1Vb1YjYcp8jitXc5fXfdC1z68hDDEyKRNr/1/*)"

cargo run -- scan --height 170000 --hash 00000041c812a89f084f633e4cf47e819a2f6b1c0a15162355a930410522c99d
```