Skip to content

A framework for building off-chain services for EVM chains

License

Notifications You must be signed in to change notification settings

bogrealt/offchain-sdk

 
 

Repository files navigation

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

About

A framework for building off-chain services for EVM chains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 62.4%
  • JavaScript 30.7%
  • Ruby 4.2%
  • Go 2.3%
  • Shell 0.3%
  • Makefile 0.1%