added link to instructions for install rpc nodes

This commit is contained in:
_den 2022-03-10 20:03:05 +10:00 committed by Danil Kovtonyuk
parent 06848352f1
commit 6eb3d702a4

@ -44,6 +44,10 @@ Relayer should return a transaction hash
In that case you will need to add https termination yourself because browsers with default settings will prevent https In that case you will need to add https termination yourself because browsers with default settings will prevent https
tornado.cash UI from submitting your request over http connection tornado.cash UI from submitting your request over http connection
## Run own RPC nodes
It is strongly recommended that you use your own RPC nodes. Instruction on how to run full nodes can be found [here](https://github.com/feshchenkod/rpc-nodes).
## Architecture ## Architecture
1. TreeWatcher module keeps track of Account Tree changes and automatically caches the actual state in Redis and emits `treeUpdate` event to redis pub/sub channel 1. TreeWatcher module keeps track of Account Tree changes and automatically caches the actual state in Redis and emits `treeUpdate` event to redis pub/sub channel