Skip to main content

Foundation Setup

Get a high-level overview of Kaia and the essentials to begin building.

Quick Overview

Kaia is an EVM-compatible blockchain designed for speed, security, and scalability. It uses the Kaia Virtual Machine (KVM), which is fully compatible with Ethereum tools and supports Solidity smart contracts. If you're coming from Ethereum, you'll find the transition straightforward--most of your existing code and workflows will work with minimal changes.

For more details on Kaia's architecture, check out Why Build on Kaia and Consensus Mechanism.

Kaia Networks

Kaia has two main networks:

  • Kairos Testnet: For testing and development. Chain ID: 1001. Use it to experiment without real costs.
  • Mainnet: For production. Chain ID: 8217.

Configure your wallet or tools with these RPC endpoints:

Explore blocks and transactions on Kaiascan (Mainnet) or Kairos Kaiascan.

Development Tools

Kaia supports popular Ethereum tools with some extensions for its features. Key resources:

Make this page better