We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README
1 parent 864b42d commit ef32c82Copy full SHA for ef32c82
README.md
@@ -14,3 +14,11 @@ This is a client implementation for a subset of the [`block-dn`](https://github.
14
15
`sp/tweak-data/<start_block>`: Returns up to 2_000 blocks of BIP-352 partial secrets.
16
17
+# Getting Started
18
+
19
+Download all filters from height 700_000 up to the current height.
20
21
+```bash
22
+cargo run --example taproot --release
23
+```
24
0 commit comments