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
5ad85eb154
|
5 years ago | |
---|---|---|
drongo@9d15c27bfd | 5 years ago | |
gradle/wrapper | 5 years ago | |
src/main | 5 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 5 years ago | |
README.md | 5 years ago | |
build.gradle | 5 years ago | |
gradlew | 5 years ago | |
gradlew.bat | 5 years ago | |
settings.gradle | 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 '