]> Untitled Git - bdk/commitdiff
Add bdk_chain README v1.0.0-alpha.0
authorSteve Myers <steve@notmandatory.org>
Mon, 20 Mar 2023 17:09:21 +0000 (12:09 -0500)
committerSteve Myers <steve@notmandatory.org>
Mon, 20 Mar 2023 17:12:54 +0000 (12:12 -0500)
crates/chain/Cargo.toml
crates/chain/README.md [new file with mode: 0644]

index 3d7408f93f358b02ec3a48484e0a028e82ae3137..bb4786675ca28d75c1bf2f4aee02424217c74f8e 100644 (file)
@@ -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 (file)
index 0000000..02b3335
--- /dev/null
@@ -0,0 +1,3 @@
+# BDK Chain
+
+BDK keychain tracker, tools for storing and indexing chain data.