mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
c1d94e214a
This commit - moves the base currency list from status-desktop to status-go - introduces a new RPC GetCurrencies to fetch the list which can be shared across platforms Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Structure
A Status node is a container of services. These services are passed to geth and registered with geth as APIs and Protocols.
Status node manages all the services and the geth node.
Status node is managed by api/geth_backend.go
So:
GethBackend
manages StatusNode
, StatusNode
manages GethNode