mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-08-02 11:53:10 +02:00
62618e5da5f0a1b8c3be9686f70eb797d263cc67
…
…
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
Languages
Java
98.4%
CSS
1.5%