Skip to content

proof-computer/switchboard-runtime-js

Repository files navigation

Switchboard Runtime JS

Job-side runtime helpers for Switchboard Acurast webserver jobs.

This package is the replacement for the runtime-facing root export of the old @proofcomputer/switchboard-sdk package.

Install

npm install @proof-computer/switchboard-runtime

Runtime API

import { createSwitchboardRuntime } from "@proof-computer/switchboard-runtime";

const runtime = createSwitchboardRuntime();
await runtime.prepare();

Use this package from application/job code and framework adapters. Host-side deployment workflows, funding helpers, service catalogs, and control-plane clients live in @proof-computer/switchboard-workflows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors