rubblelabs / tx

Tool for executing transactions on the Ripple network
19 stars 8 forks source link

Submit command #10

Closed singpolyma closed 10 years ago

singpolyma commented 10 years ago

Depends on (includes) https://github.com/rubblelabs/tx/pull/7

This adds a new "submit" command which reads an already-signed transaction from STDIN instead of creating and signing the transaction on the spot. I'm going to use this to power cold-wallet stuff.