sparrow/README.md
2020-03-28 10:45:39 +02:00

9 lines
No EOL
258 B
Markdown

# 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 '