Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2020-04-02 13:21:15 +02:00
drongo@8c4e6f4ac8 jpackage build fixes 2020-04-02 12:54:41 +02:00
gradle/wrapper upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
src/main fix locktime none and date 2020-04-02 13:21:15 +02:00
.gitignore Initial commit 2020-03-22 10:12:07 +02:00
.gitmodules Add drongo as submodule 2020-03-22 10:18:20 +02:00
build.gradle fix locktime none and date 2020-04-02 13:21:15 +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
README.md transaction headers pane first draft 2020-03-28 10:45:39 +02:00
settings.gradle Initial commit 2020-03-22 10:12:07 +02:00

Sparrow

Bitcoin 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 '