Getting Started
From zero to your first on-chain query in under 5 minutes. No infrastructure, no config files - just an API key and one npm install.
Install the SDK
npm install @kubernodes/sdk
pnpm add @kubernodes/sdk or yarn add @kubernodes/sdk
Make your first request
Query the latest block number on Ethereum mainnet.
Query balances
Read balances, gas prices, and transactions with the same client.
Switch chains
Pass a chainId per call or create a chain-bound client.
Quick start guide
From account creation to your first deployment in under 5 minutes. KuberNodes provides a complete cloud environment - no local tooling required.