SDKs and Libraries
This section gives the API references of the libraries for interacting with Klaytn nodes and some tutorials on how to use them to send a transaction, read data from the blockchain, and communicate with an existing contract on the Klaytn Network.
🗃️ caver
4 items
📄️ ethers.js
ethers.js is a JavaScript library that allows developers to interact with EVM-compatible blockchain networks like Klaytn. With Klaytn supporting features for Ethereum Equivalence, Ethereum tools such as ethers.js can be used on Klaytn without any significant modifications.
📄️ viem
Viem is a typescript interface for Ethereum that provides low-level primitives for interacting with Ethereum and other EVM-Compatible blockchain. With Klaytn supporting features for Ethereum Equivalence, Ethereum tools such as viem can be used on Klaytn without any significant modifications.
📄️ web3.js
web3.js is a JavaScript library that allows developers to interact with EVM-compatible blockchain networks like Klaytn. With Klaytn supporting features for Ethereum Equivalence, Ethereum tools such as web3.js can be used on Klaytn without any significant modifications.