ZetaChain is a decentralized blockchain network designed to enhance cross-chain compatibility and interoperability. It aims to provide a seamless experience for developers building decentralized applications (dApps) that need to interact with multiple blockchains.
The ZetaChain API enables interaction with the ZetaChain network through a collection of JSON-RPC methods. You can interact with the blockchain for transactions, smart contract deployment, and data retrieval.
Explained in ZetaChain API Quickstart.
Yes, ZetaChain is fully compatible with the Ethereum Virtual Machine (EVM). This compatibility lets you port your Ethereum projects to ZetaChain with minimal changes, benefiting from the network's cross-chain capabilities and robust infrastructure.
ZetaChain uses the JSON-RPC API standard for blockchain interactions. This is the same standard used by Ethereum.
When accessing the ZetaChain network via a node provider like Alchemy, you use an API key to send transactions and retrieve data from the network.
For the best development experience, we recommend that you sign up for a free API key.
Given ZetaChain's EVM compatibility, popular Ethereum libraries like ethers.js and web3.js are fully compatible with ZetaChain. You can leverage existing Ethereum development tools and workflows.
Similar to Ethereum, ZetaChain supports a range of programming languages for blockchain interaction and smart contract development, including Solidity for smart contracts, as well as JavaScript and TypeScript for dApp development and offchain interactions.
ZetaChain uses ZETA, its native cryptocurrency, for transaction fees, gas, and other network activities.
You can find the list of all the methods Alchemy supports for the ZetaChain API on the ZetaChain API Endpoints page.
If you have any questions or feedback, contact us at [email protected] or open a ticket in the Alchemy Dashboard.