monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

Connecting To Remote Node #132

Open detherminal opened 1 year ago

detherminal commented 1 year ago

Hi! I would like to add Monero to my project. But I saw that you can only interact with the wallet if you download the blockchain. Adding support for connecting to remote node and then interacting the wallet can be helpful for adding Monero to my project. Thank you.

azalty commented 1 year ago

You can do that, configure monero-wallet-rpc to use a remote node. You'll have to run the wallet-rpc app yourself though, but you won't have to DL the blockchain