Skip to content

Commit

Permalink
New translations public.mdx (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaia-docs committed Jan 21, 2025
1 parent 60f7a0b commit f7a6d83
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ receipt {
---
web3にkaiaの機能を追加するために**@kaiachain/web3js-ext**パッケージをインポートする。
web3にkaiaの機能を追加するために **@kaiachain/web3js-ext**パッケージをインポートする。
```js AccountUpdateWithPubKey.js focus=1

```
---
送信者のアドレス**、送信者の秘密鍵**、変更する新しい秘密鍵\*\*を定義する。
変更する送信者**address**、送信者**private key****新しい秘密鍵**を定義する。
```js AccountUpdateWithPubKey.js focus=5:7

Expand Down Expand Up @@ -143,7 +143,7 @@ main().catch(console.error);
---
秘密鍵****プロバイダー\*\*を使って送信者のウォレットを作成する。
**private key****プロバイダー**を使って送信者のウォレットを作成する。
```js AccountUpdateWithPubKey.js focus=11

Expand Down Expand Up @@ -175,7 +175,7 @@ senderNewPub 0x03dc9dccbd788c00fa98f7f4082f2f714e799bc0c29d63f04d48b54fe6250453c
---
送信者の財布\*\*で取引に署名する。
**送信者の財布**で取引に署名する。
<CH.Code>
```js AccountUpdateWithPubKey.js focus=26:27
Expand Down

0 comments on commit f7a6d83

Please sign in to comment.