FAQ
- 카이아란?
- 카이아는 어떻게 이더리움과 동등성을 지원하나요?
- 카이아의 가스 정책은 무엇인가요?
- 카이아의 계정 구조는 어떤 점이 특별한가요?
- 카이아로 dApp 개발은 어 디서 시작할 수 있나요?
- 카이아는 오픈소스인가요?
- 계정 초기 자금은 어떻게 조달하나요?
- 테스트와 개발을 위한 카이아의 퍼블릭 노드 제공자가 있나요?
- 테스트용 KAIA를 구할 수 있는 Faucet이 있나요?
- 퍼블릭 RPC 엔드포인트 상태는 어떻게 확인하나요?
- 어떤 지갑이 카이아를 지원하나요?
- Cypress란 무엇인가요, Kairos는 무엇인가요?
- 카이아 SDK가 있나요? 어떤 언어가 있나요?
- 카이아를 사용하려면 EN(엔드포인트 노드)을 설치하고 실행해야 하나요?
- EN을 실행 중인데 노드 데이터 동기화가 너무 느려요.
- 카이아에서 ERC-20과 ERC-721 컨트랙트를 사용할 수 있나요?
- MetaMask와 같은 브라우저 확장 지갑은 어디서 구할 수 있나요?
- 수수료 납부자 계정 주소가 제공된 키에서 파생되지 않는 이유는 무엇인가요?
- 수수료 위임의 전체 작업 샘플은 어디에서 찾을 수 있나요?
카이아란?
Kaia is a high-performance Layer 1 blockchain designed for the mass adoption of Web3, particularly in Asia. It offers over 4,000 TPS, immediate finality, and one-second block times. Fully compatible with Ethereum, Kaia enables seamless dApp migration and provides a robust ecosystem with developer-friendly tools, low fees, and strong liquidity from an ecosystem fund. It prioritizes Web2 user accessibility through integrations with major messaging platform like Kakao and LINE. For details, see our White Paper.
카이아는 어떻게 이더리움과 동등성을 지원하나요?
Kaia is EVM-compatible and supports all Ethereum Cancun EVM features except EIP-4844 blob transactions. It provides the eth
namespace RPC API, allowing seamless use of Ethereum SDKs and tools. Kaia-specific transaction types are represented as Type 0 legacy transactions within the eth namespace APIs, so Ethereum SDKs do not need to be aware of them.
카이아의 가스 정책은 무엇인가요?
Kaia uses a dynamic gas fee model that maintains low fees during normal network conditions but adjusts fees based on network congestion. The gas fee can change within a limited range per block, helping prevent network spam while keeping fees predictable. A portion of every transaction fee is automatically burned. The model prioritizes user experience and enterprise-friendliness while maintaining network stability.
카이아 계정 구조의 특별한 점은 무엇인가요?
카이아는 dApp 개발자들에게 최대한의 편의를 제공하기 위해 주소에서 개인키를 분리하는 방법을 고안했습니다. 그 결과, 하나의 계정에 여러 개의 개인키를 생성하고 각 키의 가중치를 달리하는 다중서명을 쉽게 구현할 수 있게 되었습니다. 각 키에 다른 역할을 할당할 수도 있습니다.
카이아로 dApp 개발은 어디서 시작할 수 있나요?
이더리움에서 마이그레이션하든, 처음부터 카이아를 기반으로 구축하든, 필요한 모든 도구와 인프라를 지원합니다. You can test your smart contracts on Remix IDE using Kaia Plugin or connect to MetaMask wallet and Kaia Wallet. Kaia’s sdk is available here. You can refer to our tutorials to try building a dApp on Kaia.
카이아는 오픈소스인가요?
카이아는 확실히 오픈소스입니다! Take a look at our Github Organization and you can start contributing to our Kaia Documentation. Read more about our open-source policies here.