Sorokeep public library API.
Re-exports the core programmatic functions so Node.js consumers can import them without pulling in any CLI (Commander.js) dependencies.
import { watchContract, runMonitorCycle } from "sorokeep"; Copy
import { watchContract, runMonitorCycle } from "sorokeep";
Sorokeep public library API.
Re-exports the core programmatic functions so Node.js consumers can import them without pulling in any CLI (Commander.js) dependencies.
Example