mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-12 09:33:23 +00:00
7e8496915a9b6477d11d14f7992b46284448cd7c
Sparrow
Bitcoin Wallet & Transaction Editor
To clone this project, use git clone --recursive git@github.com:craigraw/sparrow.git
Various ways to hex dump a file without spaces:
xxd -p file | tr -d '\n'
hexdump -ve '1/1 "%.2x"'
od -t x1 -An file | tr -d '\n '
Description
Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Readme
685 MiB
Languages
Java
98.5%
CSS
1.4%