Skip to content

Latest commit

 

History

History

origo-executor

Origo Executor

Origo Executor is a python implmenentation of the offline computation node "Executor" defined in the Origio White Paper. It listens on commitment openning for registered contracts and do the really execution for the contract as well as generating zero knowledge proof for the final execution result to prove the correctness of its execution.

This repo mainly contains three parts:

  1. Executor: Python implementation of the offline computation node "Executor" defined in the Origio White Paper.

  2. Executor Service: Simple web service to interact with executor, also serve as a dashboard.

  3. Executor Book: Documentation about executor.