woodser / monero-ts

TypeScript library for using Monero
http://woodser.github.io/monero-ts/typedocs
MIT License
210 stars 71 forks source link

Way to proxy over the tor network #215

Open sashapetrovska opened 3 months ago

sashapetrovska commented 3 months ago

I'd like to be able to make RPC calls over the tor network, is that possible, maybe some code snippet would be really helpful.

thanks.

woodser commented 3 months ago

It's not currently supported.

I opened an issue to add Tor support to monero-ts, by adapting from monero-java: https://github.com/woodser/monero-ts/issues/216