haveno-dex / haveno

Decentralized P2P exchange platform built on Monero and Tor
https://haveno.exchange
GNU Affero General Public License v3.0
1.01k stars 110 forks source link

[Question] Python module #1087

Closed sjehuda closed 3 months ago

sjehuda commented 3 months ago

Greetings!

Is there a Python module to interact with Haveno?

I am an XMPP developer, and I use Slixmpp (Python) as a library to develop chat bots and other type of software.

Kind regards, Schimon

woodser commented 3 months ago

No, there's a TypeScript client which binds to the gRPC API.

A client would need to be created in python, which gRPC also supports.

sjehuda commented 3 months ago

Thank you.

If someone is interested in a Python library, then I would want to know. I might be of help.

Closing.