본문으로 건너뛰기
이 페이지는 영문에서 기계 번역되었으므로 오역이나 어색한 표현이 있을 수 있습니다. 따라서 정확한 정보는 영어 원문을 참조하시기 바랍니다. 또한 잦은 업데이트로 인해 일부 콘텐츠는 영문이 그대로 남아있을 수 있습니다. Crowdin에서 이 페이지의 번역을 개선하는 데 동참하여 도움을 주세요. (Crowdin translation page, Contributing guide)

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:

페이지를 개선해 주세요