Post
Topic
Board Altcoin Discussion
Re: Ripple command line client
by
desper
on 16/06/2013, 13:29:43 UTC
Rippler works nicely--thanks

I'm trying to use it to make a payment from one ripple account to another.
It seems I have to use a command: sign secret tx_json [offline]
The tx_json needed for this is defined here https://ripple.com/wiki/Transaction_Format but looks complicated. Are there any examples?

It is possible to use this API via Rippler, but you should understand that by using it with public server you're transmitting your secret over the wire. Proper use of it should be with a local server, but the server code is currently closed-source.
Would it be transmitted to the public server in plain text or encrypted, then?

I have not seen any examples of transaction json on the Wiki but you can get some live samples from the ledger via Rippler, using for example tx_history and transaction_entry API.
Yeah, it occurred to me, I'd be able to see examples.