dogecoin/src/univalue
Jeff Garzik cbe39a3852 Add "bitcoin-tx" command line utility and supporting modules.
This is a simple utility that provides command line manipulation of
a hex-encoded TX. The utility takes a hex string on the command line
as input, performs zero or more mutations, and outputs a hex string
to standard output.

This utility is also an intentional exercise of the "bitcoin library"
concept. It is designed to require minimal libraries, and works
entirely without need for any RPC or P2P communication.

See "bitcoin-tx --help" for command and options summary.
2014-07-29 11:13:27 -04:00
..
univalue.cpp Add "bitcoin-tx" command line utility and supporting modules. 2014-07-29 11:13:27 -04:00
univalue.h Add "bitcoin-tx" command line utility and supporting modules. 2014-07-29 11:13:27 -04:00
univalue_read.cpp Add "bitcoin-tx" command line utility and supporting modules. 2014-07-29 11:13:27 -04:00
univalue_write.cpp Add "bitcoin-tx" command line utility and supporting modules. 2014-07-29 11:13:27 -04:00