Interact with zkSync Era


Interact with zkSync Era

What do I need to start building?

All the existing SDKs for Ethereum will work out of the box and your users will have the same experience as on Ethereum. If you want to enable advanced zkSync features, like account abstraction, the zkSync SDK should be used.

The only other place where using zkSync SDK is required is during contract deployment. This can be easily done through our Hardhat plugin.

Setting up your wallet

To configure zkSync Era (and testnets) in your wallet follow this guide.

Quickstart on zkSync

Before diving into the technical details, we highly recommend checking out our Security considerations and Differences with Ethereum sections. This will help align your development with the distinctive attributes of zkSync Era and ensure your projects are secure and optimized.

Check out our step-by-step quickstart guide, where you will learn:

  • How to install zkSync hardhat plugin and deploy smart contracts with it.
  • How to build the front-end for your dApp using the zksync-ethers library.