# README
All code in this package is required to support relayers that run in the same process as the core. This has been moved into common as part of the RelayerSet implementation.
Once all relayers are running as LOOPPs this package can be disposed of.
# Functions
NewProviderServer creates a GRPC server that will wrap a provider, this is a workaround to test the Node API PoC until the EVM relayer is loopifyed.
RegisterStandAloneProvider register the servers needed for a plugin provider, this is a workaround to test the Node API POCs on EVM until the EVM relayer is loopifyed.
# Structs
ProviderServer is a GRPC server that will wrap a provider, this is a workaround, copied from core, until all providers are in their own loops.