Getting Started
Spin up a local sandbox and hit the public endpoints.
- Install Node.js 18+ and Git.
- 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
Key | Description |
---|---|
SYNZK_RPC_URL | Primary chain RPC endpoint |
SYNZK_RELAYER_URL | Relayer URL that accepts proofs |
SYNZK_API_KEY | API key for rate‑limiting |
Health check
curl -s https://api.synzk.example/health