From: Steve Myers Date: Mon, 20 Mar 2023 17:09:21 +0000 (-0500) Subject: Add bdk_chain README X-Git-Tag: v1.0.0-alpha.0^0 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.ScriptPath.html?a=commitdiff_plain;h=30c11904a7b74b5964d4040685d135eb3530d76a;p=bdk Add bdk_chain README --- 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.