Skip to content

Commit d425df2

Browse files
committed
README.md:better markdown syntax for lists
1 parent 6f61d2e commit d425df2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ This project provides a command-line Bitcoin wallet application using the latest
3131
And yes, it can do Taproot!!
3232

3333
This crate can be used for the following purposes:
34-
- Instantly create a miniscript based wallet and connect to your backend of choice (Electrum, Esplora, Core RPC, etc) and quickly play around with your own complex bitcoin scripting workflow. With one or many wallets, connected with one or many backends.
34+
35+
- Instantly create a miniscript based wallet and connect to your backend of choice (Electrum, Esplora, Core RPC, etc) and quickly play around with your own complex bitcoin scripting workflow. With one or many wallets, connected with one or many backends.
3536
- The `tests/integration.rs` module is used to document high level complex workflows between BDK and different Bitcoin infrastructure systems, like Core, Electrum and Lightning(soon TM).
3637
- (Planned) Expose the basic command handler via `wasm` to integrate `bdk-cli` functionality natively into the web platform. See also the [playground](https://bitcoindevkit.org/bdk-cli/playground/) page.
3738

3839
If you are considering using BDK in your own wallet project bdk-cli is a nice playground to get started with. It allows easy testnet and regtest wallet operations, to try out what's possible with descriptors, miniscript, and BDK APIs. For more information on BDK refer to the [website](https://bitcoindevkit.org/) and the [rust docs](https://docs.rs/bdk/latest/bdk/index.html)
3940

4041
bdk-cli can be compiled with different features to suit your experimental needs.
42+
4143
- Database Options
4244
- `key-value-db` : Sets the wallet database to a `sled` db.
4345
- `sqlite-db` : Sets the wallet database to a `sqlite3` db.

0 commit comments

Comments
 (0)