Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 475 Bytes

offchain-sdk

A framework for building off-chain services for EVM chains.

🚧 WARNING: UNDER CONSTRUCTION 🚧

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;
Loading