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
Visit txSync.io and click on Sign Up.
Complete the registration process by entering your details and creating a secure password.
Verify your account via the confirmation email.
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:
Download and install the MetaMask extension from the Chrome Web Store.
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:
Click on the MetaMask extension icon.
Select Networks at the top and click Add Network.
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
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:
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.
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
Click Save to add the test network.
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