QubicTypeScript

Installation

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

bun add @qubic.org/registry
npm install @qubic.org/registry
pnpm add @qubic.org/registry

Peer dependencies

@qubic.org/registry requires the following packages to be installed alongside it:

bun add @qubic.org/types @qubic.org/crypto
npm install @qubic.org/types @qubic.org/crypto
pnpm add @qubic.org/types @qubic.org/crypto
PackagePurpose
@qubic.org/typesShared TypeScript types used across the SDK
@qubic.org/cryptoIdentity conversions (identityToPublicKey, publicKeyToIdentity) passed to the codec

If you are using @qubic.org/contracts for most contract interactions, you do not need to install @qubic.org/registry directly — it is a transitive dependency and will be installed automatically.

On this page