miracle2k / ripple-python

Ripple-related routines in Python. Might become a proper client library later.
49 stars 31 forks source link

Generate address? #4

Closed vtm9 closed 5 years ago

vtm9 commented 6 years ago

How can I generate ripple address?

jeamick commented 5 years ago

https://github.com/ripple/ripple-keypairs could help you bu tit is in JS.

For python you can look at https://github.com/arsenlosenko/python-ripple-lib/blob/master/ripple_api/json_rpc.py on the wallet propose method.

I hope this help @vtm9

vtm9 commented 5 years ago

Thx, I've used my own implementation