ChainszkSync Era
zkSync Era RPC
Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://zksync.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"REPLACE_ME_WITH_ACTUAL_METHOD","params":[],"id":1}'
How to add zkSync Era Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network nameZksync
New RPC URL
https://zksync.drpc.org
Chain ID
0x144
Currency Symbol
ETH
Block Explorer URL (Optional)
https://zksync.blockscout.com
By clicking on the zkSync Era icon in the network selection drop-down menu in MetaMask, you can now switch to the zkSync Era and perform all transactions on that network
FAQ
RPC in zkSync is a protocol that enables direct interaction with the zkSync layer 2 network. It allows for efficient communication with the Ethereum blockchain, providing faster and more cost-effective transactions.