This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
Value Transfer
TxTypeValueTransfer is used when a user wants to send KAIA.
- As kaia provides multiple transaction types to make each transaction type serve a single purpose, TxTypeValueTransfer is limited to send KAIA to an externally owned account (EOA).
Import the web3 and @kaiachain/web3js-ext packages to add kaia features on web3
Define sender, receiver address and sender private key
Set up the provider with the specified kairos testnet URL. A provider in web3js is a read-only abstraction to access the blockchain data.
Also, you can change the default provider. For example, using the alchemy provider.
Create a KlaytnWeb3 instance using the provider
Declare transaction params such as type, from, to, value
Sign the transaction with sender account
Send the signed transaction to blockchain and print the receipt