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.