Skip to content

Commit

Permalink
New translations get-started.md (Vietnamese)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaia-docs committed Mar 4, 2025
1 parent 1192427 commit 61a5336
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ If you need KAIA for testing, you can get Kairos testnet KAIA from the [Kaia Fau
You can use a caver-java wallet to generate a signature of a transaction. You have to go through two steps below to send the transaction to the network.

1. Sign a transaction
- If the keyring you want to use is added to `caver.wallet`, you can use `caver.wallet.sign` function to sign.
- If you manage the keyring separately without adding it to `caver.wallet`, you can sign the transaction through `transaction.sign` function.
- If the keyring you want to use is added to `caver.wallet`, you can use `caver.wallet.sign` function to sign.
- If you manage the keyring separately without adding it to `caver.wallet`, you can sign the transaction through `transaction.sign` function.
2. Send the RLP-encoded string of the signed transaction to the kaia via `caver.rpc.klay.sendRawTransaction`.

**Note:** The sender should have enough number of KAIA to be transferred and also to pay the transaction fee.
Expand Down

0 comments on commit 61a5336

Please sign in to comment.