Browse Source

let there be a working SDP!

pull/11/head
jahway603 1 year ago
parent
commit
29599b6645
  1. 3
      README.md
  2. 1
      build.sh

3
README.md

@ -1,6 +1,6 @@
# SilentDragonPaper
SilentDragonPaper is a paper wallet generator that can be compiled and run completely offline.
SilentDragonPaper is a paper wallet generator that can be run completely offline.
You can run it on an air-gapped computer to generate your shielded z-addresses, which will allow you to keep your keys completely offline.
@ -39,6 +39,7 @@ SilentDragonPaper is built with Rust. To compile from source, you must [install
```
cd SilentDragonPaper/cli
cargo vendor
cargo build --release --offline
```

1
build.sh

@ -38,4 +38,5 @@ PATH=$(pwd)/../build/bin/:$PATH
echo PATH=$PATH
cargo --version
rustc --version
../build/bin/cargo vendor
../build/bin/cargo build --verbose --release --offline

Loading…
Cancel
Save