Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2020-08-28 15:20:31 +02:00
.github/workflows build ubuntu 2020-08-28 14:42:38 +02:00
drongo@1e0c8f0bde license 2020-08-28 15:20:31 +02:00
gradle/wrapper upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
src welcome page tweak 2020-08-28 14:41:26 +02:00
.gitignore no ds store 2020-08-04 12:50:07 +02:00
.gitmodules fix submodule url 2020-08-25 07:50:02 +02:00
build.gradle license 2020-08-28 15:20:31 +02:00
gradlew upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
gradlew.bat upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
LICENSE license 2020-08-28 15:20:31 +02:00
LICENSE (URKit) add licensing for urkit 2020-08-02 18:03:24 +02:00
README.md output pane 2020-04-07 15:14:11 +02:00
settings.gradle Initial commit 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 '