Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rustaceanrob/bdk-kyoto-cli
- Owner: rustaceanrob
- Created: 2024-07-04T17:45:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T22:05:43.000Z (5 months ago)
- Last Synced: 2024-10-31T14:07:06.814Z (2 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```