From 30c11904a7b74b5964d4040685d135eb3530d76a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 20 Mar 2023 12:09:21 -0500 Subject: [PATCH] Add bdk_chain README --- crates/chain/Cargo.toml | 2 +- crates/chain/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 crates/chain/README.md diff --git a/crates/chain/Cargo.toml b/crates/chain/Cargo.toml index 3d7408f9..bb478667 100644 --- a/crates/chain/Cargo.toml +++ b/crates/chain/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/bitcoindevkit/bdk" documentation = "https://docs.rs/bdk_chain" description = "Collection of core structures for Bitcoin Dev Kit." 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 diff --git a/crates/chain/README.md b/crates/chain/README.md new file mode 100644 index 00000000..02b33350 --- /dev/null +++ b/crates/chain/README.md @@ -0,0 +1,3 @@ +# BDK Chain + +BDK keychain tracker, tools for storing and indexing chain data.