Quickstart
The Quickstart guides help you get your first ZKsync deposit action running in minutes.
You’ll learn how to install the SDK, connect a client, and perform a deposit.
Choose your adapter
This SDK extends existing Ethereum libraries. Pick the Quickstart that matches your stack:
- Quickstart (viem) — for projects already using viem.
- Quickstart (ethers) — for projects using ethers v6.
What you’ll do
Each Quickstart walks you through:
- Install the adapter package.
- Configure a client or signer.
- Run a deposit (L1 → L2) as a working example.
- Track the status until it’s complete.
👉 Once you’re set up, continue to the How-to Guides for more detailed usage.