Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2020-04-01 14:25:48 +02:00
drongo@e0a4b29ed4 rename tld 2020-04-01 13:26:40 +02:00
gradle/wrapper Initial commit 2020-03-22 10:12:07 +02:00
src/main rename form package to transaction, refactor class names 2020-04-01 14:25:48 +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 rename form package to transaction, refactor class names 2020-04-01 14:25:48 +02:00
gradlew Initial commit 2020-03-22 10:12:07 +02:00
gradlew.bat Initial commit 2020-03-22 10:12:07 +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 '