pmarches / jStellarAPI

java API for the stellar network
GNU Lesser General Public License v3.0
15 stars 3 forks source link

Data Sign & data_verify #3

Closed pmarches closed 11 years ago

pmarches commented 11 years ago

Support the websocket commands to sign data and verify it.

pmarches commented 11 years ago

Turns out, rippled does not support data_sign as a json/RPC command. Will do it on the client side.