Installation Guide

Set up your environment and connect to txSync

This guide will walk you through the steps to set up your environment and ensure you have everything you need to start using txSync's tools for managing and building on the ZKsync network.

Prerequisite

Before you begin using txSync, make sure you have the following:

  • Browser: The latest Chrome, Firefox, or Safari version for optimal performance.

  • Crypto wallet: A compatible crypto wallet (e.g., MetaMask) for interacting with ZKsync.

  • Access to ZKsync network: Ensure your wallet is connected to the ZKsync network for development and transactions.

Setting up your environment

To get started with txSync, follow these simple steps:

Step 1: Create your account

  1. Visit txSync.io and click on Sign Up.

  2. Complete the registration process by entering your details and creating a secure password.

  3. Verify your account via the confirmation email.

  4. Once verified, log in to access your txSync dashboard.

Step 2: Set up your wallet

To interact with the ZKsync network, you'll need a compatible wallet like MetaMask. Follow these steps to set up MetaMask and connect it to the ZKsync Mainnet and the ZKsync Sepolia Testnet for testing.

Install MetaMask:

  1. Download and install the MetaMask extension from the Chrome Web Store.

  2. Create or import a wallet:

    • If you’re new to MetaMask, create a wallet by following the on-screen prompts.

    • If you already have a wallet, import it using your private key or recovery phrase.

Step 3: Connect MetaMask to the ZKsync Network

3.1 Connect to ZKsync Mainnet

To connect MetaMask to the zkSync Mainnet, follow these steps:

  1. Click on the MetaMask extension icon.

  2. Select Networks at the top and click Add Network.

  3. Enter the following mainnet network details:

    • Network Name: ZKsync Mainnet

    • Network URL: https://zksync-era.blockpi.network/v1/rpc/public

    • Chain ID: 324

    • Currency Symbol: ETH

    • Block Explorer URL: https://explorer.zksync.io

  4. Click Save to add the network.

3.2 Connect to ZKsync Sepolia Testnet (for testing)

For a test environment, connect MetaMask to the ZKsync Sepolia Testnet. Follow these steps:

  1. In MetaMask, go to Settings:

    • Click the circle icon at the top right of MetaMask.

    • Select Settings > Networks > Add Network.

    • Scroll to the bottom and select Add a Network Manually if the test network is not listed.

  2. Enter the following testnet details:

    • Network Name: ZKsync Sepolia Testnet

    • RPC URL: https://testnet.era.zksync.dev

    • Chain ID: 280

    • Currency Symbol: ETH

    • Block Explorer URL: (optional) https://sepolia.zksync.dev

  3. Click Save to add the test network.

  4. A success message will prompt you to switch to the new network. Switch to the ZKsync Sepolia Testnet to begin testing your applications in a safe environment.

Once connected, you’ll be able to interact with txSync for transactions and development.

Last updated