filidorwiese / ripple-wallet

Lightweight command-line Ripple wallet (node based)
ISC License
41 stars 19 forks source link

Can I communicate with this plugin via JSON RPC API #8

Closed sunujacob closed 6 years ago

sunujacob commented 6 years ago

This plugin helps me to interact from cli. How can i interact with it from php ? On which node does ripple daemon run when using this script ?

filidorwiese commented 6 years ago

This script is not running the Ripple daemon itself. Instead it relies on the public api's that Ripple offers at wss://s1.ripple.com and wss://s2.ripple.com. For PHP interactions with the Ripple servers, I would look elsewhere :)