2020-08-27 15:23:42 +02:00
2020-08-25 19:30:19 +02:00
2020-08-25 19:30:19 +02:00
2020-04-01 14:47:13 +02:00
2020-08-04 12:50:07 +02:00
2020-08-25 07:50:02 +02:00
2020-08-27 15:23:42 +02:00
2020-04-01 14:47:13 +02:00
2020-04-01 14:47:13 +02:00
2020-04-20 10:52:57 +02:00
2020-08-02 18:03:24 +02:00
2020-04-07 15:14:11 +02:00
2020-03-22 10:12:07 +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 Pixar 662 MiB
Languages
Java 98.4%
CSS 1.5%