2020-07-27 14:10:22 +02:00
2020-07-26 14:03:24 +02:00
2020-07-27 14:10:22 +02:00

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 666 MiB
Languages
Java 98.4%
CSS 1.5%