[go: up one dir, main page]

Skip to content

A framework for building off-chain services for EVM chains

License

Notifications You must be signed in to change notification settings

htiennv/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 55.3%
  • JavaScript 35.8%
  • Ruby 4.9%
  • Go 3.6%
  • Shell 0.3%
  • Makefile 0.1%