Getting Started
Get started with ZigZag — developer tools for Polkadot SDK chains.
What is ZigZag?
ZigZag is an ecosystem of JavaScript/TypeScript developer tools for Polkadot SDK chains. It provides simple, typed packages that handle the common needs of Polkadot dApp development.
Packages
Published
| Package | Version | Description |
|---|---|---|
@zig-zag/chains | v1.1.0 | Typed chain registry with logos, RPCs, genesis hashes |
@zig-zag/better-siwp | v0.1.2 | Sign In With Polkadot plugin for Better Auth |
Coming Soon
| Package | Description |
|---|---|
@zig-zag/core | Framework-agnostic utilities: SS58, denominations, address display |
@zig-zag/react | React hooks and providers for Dedot, LunoKit, wallet management |
Quick Install
npm i @zig-zag/chains @zig-zag/better-siwpTech Stack
ZigZag is designed to work with the modern Polkadot tooling:
- Dedot — Next-gen Polkadot client
- LunoKit — Wallet connection UI
- Better Auth — Authentication framework
- PAPI — Polkadot API (adapter planned)
Not locked to any specific client — works standalone or with any Polkadot library.