arsenlosenko/python-ripple-lib

Transactions can be signed locally

skinderis opened this issue · 0 comments

I have noticed that ripple only supports now local signing transactions.

Tries send_xrp method, got an error:
{'status': 'error', 'error': urllib.error.URLError(socket.gaierror(-2, 'Name or service not known'))}

Could someone provide please pythonic ripple transaction signing methods? thanks!