Development
Dec 15, 2026
Getting Started with Modern Web Development
Learn the fundamentals of building modern web applications with the latest tools and frameworks.
Read more// 1 — install
$ npm i @orca4/sdk
// 2 — wire it up
import { BlockSDK } from "@orca4/sdk";
const block = new Block({ key: process.env.ORCA4_KEY });
agent.use(block.generate()); // that's it.