Skip to content

Commit

Permalink
Remove old recipes from justfile (ordinals#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 27, 2022
1 parent 66252f8 commit c70ed58
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ fmt:
clippy:
cargo clippy --all --all-targets

bench:
cargo criterion

install-dev-deps:
cargo install cargo-criterion

deploy branch chain domain:
ssh root@{{domain}} "mkdir -p deploy \
&& apt-get update --yes \
Expand Down Expand Up @@ -56,23 +50,9 @@ profile-tests:
| sed -n 's/^test \(.*\) ... ok <\(.*\)s>/\2 \1/p' | sort -n \
| tee test-times.txt

status:
ssh root@65.108.68.37 systemctl status bitcoind
ssh root@65.108.68.37 systemctl status ord

open:
open http://localhost

generate-private-key:
cargo run generate-private-key

generate-paper-wallets:
cat private-keys.txt | cargo run generate-paper-wallets

print-paper-wallet path:
wkhtmltopdf -L 25mm -R 25mm -T 50mm -B 25mm {{path}} wallet.pdf
lp -o sides=two-sided-long-edge wallet.pdf

doc:
cargo doc --all --open

Expand Down

0 comments on commit c70ed58

Please sign in to comment.