You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Craig Raw 2cca6049be create installers, fix about border 4 years ago
.github/workflows create installers, fix about border 4 years ago
drongo@17773f783e update java point release 4 years ago
gradle/wrapper upgrade to gradle 6.3 5 years ago
src create installers, fix about border 4 years ago
.gitignore no ds store 4 years ago
.gitmodules fix submodule url 4 years ago
LICENSE add mit license 5 years ago
LICENSE (URKit) add licensing for urkit 4 years ago
README.md output pane 5 years ago
build.gradle create installers, fix about border 4 years ago
gradlew upgrade to gradle 6.3 5 years ago
gradlew.bat upgrade to gradle 6.3 5 years ago
settings.gradle Initial commit 5 years ago

README.md

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 '