Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2020-03-30 11:43:03 +02:00
drongo@a1696ec2e8 inputs and outputs panes #1 2020-03-30 11:43:03 +02:00
gradle/wrapper Initial commit 2020-03-22 10:12:07 +02:00
src/main inputs and outputs panes #1 2020-03-30 11:43:03 +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 transaction headers pane first draft 2020-03-28 10:45:39 +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 '