Back to Home

Developer Reference

API Reference

Complete reference for the PezkuwiChain RPC API, Rust SDK, TypeScript client, and pallet dispatchables.

Open Full Docs

Quick Start

# Install the TypeScript SDK
npm install @pezkuwichain/sdk

# Connect to testnet
import { PezkuwiApi } from '@pezkuwichain/sdk';
const api = await PezkuwiApi.create({
  endpoint: 'wss://rpc.testnet.pezkuwichain.io'
});

# Query balance
const balance = await api.query.system.account(address);
console.log(balance.data.free.toHuman());

Need help integrating?

Join our developer community on Telegram.