Getting Started

Spin up a local sandbox and hit the public endpoints.

  1. Install Node.js 18+ and Git.
  2. Clone the SDK example and run:
git clone https://example.com/synzk-sdk.git
cd synzk-sdk/examples/node
cp .env.example .env   # fill your local keys
npm i
npm run dev

.env configuration

KeyDescription
SYNZK_RPC_URLPrimary chain RPC endpoint
SYNZK_RELAYER_URLRelayer URL that accepts proofs
SYNZK_API_KEYAPI key for rate‑limiting

Health check

curl -s https://api.synzk.example/health