EXPERIMENTALv0.4.1
Compute Oracle
Verifiable off-chain computation oracle. Allows smart contracts to request complex computations that are executed off-chain and proven via zk-SNARKs or optimistic assertions.
Weekly Downloads
2.1k/mo
Github Stars
950
$ cargo add integrity-compute-oracle
Technical Capabilities
Arbitrary Logic Execution
zkVM Support
Optimistic Rollup Mode
Callback Integration
Integration Interface
import { IntegrityClient } from 'integrity-compute-oracle';
// Initialize the primitive
const client = new IntegrityClient({
network: 'mainnet',
version: '0.4.1'
});
await client.connect();