This monorepo contains Kaleido's official TypeScript SDKs for integrating with Kaleido services.
TypeScript SDK for building handlers that integrate with the Kaleido workflow engine.
Build transaction handlers, event sources, and event processors with full type safety and automatic reconnection.
Quick start:
To bootstrap a new project using the SDK:
npx @kaleido-io/workflow-engine-sdk init <project-name>Or to install the SDK into an existing project:
npm install @kaleido-io/workflow-engine-sdkAll packages in this monorepo are licensed under the Apache-2.0 License.