ZigZag

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

PackageVersionDescription
@zig-zag/chainsv1.1.0Typed chain registry with logos, RPCs, genesis hashes
@zig-zag/better-siwpv0.1.2Sign In With Polkadot plugin for Better Auth

Coming Soon

PackageDescription
@zig-zag/coreFramework-agnostic utilities: SS58, denominations, address display
@zig-zag/reactReact hooks and providers for Dedot, LunoKit, wallet management

Quick Install

npm i @zig-zag/chains @zig-zag/better-siwp

Tech 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.

On this page