773 B
773 B
Building and Auditing
To build the tool locally and run it, you must:
-
Install the Go toolchain.
-
Clone the repository:
git clone https://github.com/muun/recovery cd recovery
-
Run the tool with:
go run -mod=vendor . -- <path to your Emergency Kit PDF>
To build the tool in all its variants and verify the checksums for the provided binaries, you need to:
-
Install the Docker toolchain and start the daemon.
-
Run this command:
make build-checksum-all
-
Verify that the printed checksums match those of the downloaded versions, using
sha256sum
as in theMakefile
.
We use Docker for these builds to ensure they are reproducible.