Skip to content

Node.js / TypeScript SDK

The ZeroDev SDK runs in Node.js for backend services, scripts, and agents. The package is the same as the browser SDK (@zerodev/sdk) — but server-side patterns around signer key handling, RPC configuration, and concurrency differ.

For browser-side usage, see TypeScript / JavaScript.

Install

npm i @zerodev/sdk

Requires Node .

Setup

// TODO: server-side initialization with env-driven config

Example

// TODO: end-to-end backend example

Next steps