Skip to content

Commit 30c1190

Browse files
committed
Add bdk_chain README
1 parent 82f9cad commit 30c1190

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crates/chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk"
88
documentation = "https://docs.rs/bdk_chain"
99
description = "Collection of core structures for Bitcoin Dev Kit."
1010
license = "MIT OR Apache-2.0"
11-
readme = "../README.md"
11+
readme = "README.md"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

crates/chain/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# BDK Chain
2+
3+
BDK keychain tracker, tools for storing and indexing chain data.

0 commit comments

Comments
 (0)