Skip to content

chore(web-client): implement bech32 formatting for web client tutorials#148

Merged
Keinberger merged 3 commits intomainfrom
keinberger/chore/web-client-bech32-formatting
Nov 26, 2025
Merged

chore(web-client): implement bech32 formatting for web client tutorials#148
Keinberger merged 3 commits intomainfrom
keinberger/chore/web-client-bech32-formatting

Conversation

@Keinberger
Copy link
Collaborator

No description provided.

@Keinberger Keinberger linked an issue Nov 25, 2025 that may be closed by this pull request
@Keinberger Keinberger force-pushed the keinberger/chore/web-client-bech32-formatting branch from 524b0d6 to 7531c15 Compare November 25, 2025 23:26
Copy link
Collaborator

@partylikeits1983 partylikeits1983 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

const sendTxRequest = client.newSendTransactionRequest(
alice.id(), // Sender account
AccountId.fromHex(bobAccountId), // Recipient account
boxAccountId, // Recipient account
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bobAccount?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the watchful eye!

@Keinberger Keinberger merged commit 9c12034 into main Nov 26, 2025
6 checks passed
@Keinberger Keinberger deleted the keinberger/chore/web-client-bech32-formatting branch November 26, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reintroduce bech32 address format for web-client tutorials

2 participants