github.com/status-im/status-go@v1.1.0/node/README.md (about) 1 ### Structure 2 3 A Status node is a container of services. 4 These services are passed to geth and registered with geth as APIs and Protocols. 5 6 Status node manages all the services and the geth node. 7 8 Status node is managed by `api/geth_backend.go` 9 10 So: 11 12 `GethBackend` manages `StatusNode`, `StatusNode` manages `GethNode`