QubicTypeScript

Installation

How to install @qubic.org/events and its required peer dependencies.

@qubic.org/events is used alongside @qubic.org/bob. Install both together:

bun add @qubic.org/events @qubic.org/bob
npm install @qubic.org/events @qubic.org/bob
pnpm add @qubic.org/events @qubic.org/bob

Peer dependencies

PackageRequiredPurpose
@qubic.org/bobyesWebSocket connection and raw event log delivery
@qubic.org/typesyesBranded identity and type primitives
bun add @qubic.org/types
npm install @qubic.org/types
pnpm add @qubic.org/types

The package is published as ESM only. CommonJS (require) is not supported. Use "type": "module" in your package.json or a bundler that handles ESM imports.

On this page