Development Environment
Klaytn 네트워크
Baobab 테스트넷
Cypress 메인넷
Endpoint Node
Your Endpoint Node is needed to connect to the Klaytn network and to issue an API call or send a transaction.
ken
은 Klaytn 엔드포인트 노드 바이너리입니다.ken
exposes two interfaces, a command-line interface and the JSON-RPC APIs.ken
은 Linux와 MacOS에서 실행됩니다.ken
CLI에는 여러 유틸리티 및 노드 관리 기능이 제공됩니다.
스마트 컨트랙트 개발
Remix Klaytn 플러그인 - 브라우저 기반 컴파일러 및 IDE인 리믹스의 Klaytn 플러그인
트러플 - 솔리디티 스마트 컨트랙트 개발을 위한 오픈 소스 도구
Hardhat - A development environment for smart contracts and dApps.
Foundry - Foundry is a smart contract development toolchain.
Klaytn SDK
caver-js : Klaytn JSON-RPC API를 구현하는 자바스크립트 라이브러리.
caver-java : Klaytn JSON-RPC API를 구현하는 자바 라이브러리.
Klaytn 툴킷
Klaytnscope - 블록 및 트랜잭션 탐색기
Klaytn Wallet - 브라우저 기반 계정 관리 도구
Klaytn Contracts Wizard - An interactive generator to bootstrap your smart contract and learn about Klaytn Contracts.
Last updated