Zetachain Quickstart

How to get started building on Zetachain.

You'll need to create a free All That Node account first!

What is Zetachain?

ZetaChain is the foundational, public blockchain that enables omnichain, generic smart contracts and messaging between any blockchain. It solves the problems of “cross-chain” and “multi-chain” and aims to open the crypto and global financial ecosystem to anyone.

For more information on the Klaytn, please check out the official documentation.


Endpoints

*Find 'YOUR-API-KEY' by going to the Dashboard menu (Dashboard > Project Detail Page).

Sample

Request

curl https://zetachain-mainnet-rpc.allthatnode.com:1317/'YOUR-API-KEY'/cosmos/base/tendermint/v1beta1/syncing

Response

{
   "syncing": false
}