mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
drongo@9d15c27bfd | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
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 '