KRNL SDK Installation

Prerequisites

  • Node.js: >=18.0.0

  • React: ^18.0.0 (React 19 not yet supported due to Privy being one of the dependencies)

  • TypeScript: ^5.0.0 (optional but recommended)

  • Browser: Modern browsers supporting ES2020

Integrating the KRNL SDK into your dApp enhances the capabilities of transactions, through accessing the KRNL Operating System, kOS.


Installing KRNL SDK

Install KRNL SDK via your package manager.

npm install @krnl-dev/sdk-react-7702

What's next?

Usage

Last updated