Installation
How to install @qubic.org/registry and its peer dependencies.
bun add @qubic.org/registrynpm install @qubic.org/registrypnpm add @qubic.org/registryPeer dependencies
@qubic.org/registry requires the following packages to be installed alongside it:
bun add @qubic.org/types @qubic.org/cryptonpm install @qubic.org/types @qubic.org/cryptopnpm add @qubic.org/types @qubic.org/crypto| Package | Purpose |
|---|---|
@qubic.org/types | Shared TypeScript types used across the SDK |
@qubic.org/crypto | Identity 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.