Add bdk_chain README

This commit is contained in:
Steve Myers 2023-03-20 12:09:21 -05:00
parent 82f9caddab
commit 30c11904a7
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk_chain" documentation = "https://docs.rs/bdk_chain"
description = "Collection of core structures for Bitcoin Dev Kit." description = "Collection of core structures for Bitcoin Dev Kit."
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "../README.md" readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

3
crates/chain/README.md Normal file
View File

@ -0,0 +1,3 @@
# BDK Chain
BDK keychain tracker, tools for storing and indexing chain data.