You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,21 @@ To generate a new extended master key, suitable for use in a descriptor:
113
113
cargo run -- key generate
114
114
```
115
115
116
+
## Justfile
117
+
118
+
We have added the `just` command runner to help you with common commands (during development) and running regtest `bitcoind` if you are using the `rpc` feature.
119
+
Visit the [just](https://just.systems/man/en/packages.html) page for setup instructions.
120
+
121
+
The below are some of the commands included:
122
+
123
+
```shell
124
+
just # list all available recipes
125
+
just start # start regtest bitcoind in default dir
126
+
just test# test the project
127
+
just build # build the project
128
+
```
129
+
130
+
116
131
## Minimum Supported Rust Version (MSRV)
117
132
118
133
This library should always compile with any valid combination of features on Rust **1.75.0**.
0 commit comments