A framework for building off-chain services for EVM chains.
This project is work in progress and subject to frequent changes as we are still working on wiring up the final system. It has not been audited for security purposes and should not be used in production yet.
graph TD;
PROC1-->POOL;
PROC2-->POOL;
PROC3-->POOL;
POOL-->EXEC1;
POOL-->EXEC2;
POOL-->EXEC3;