Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

add toolkit content #673

Merged
merged 26 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/cookbook/wallets/sign-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The primary function of a keypair is to sign messages, transactions and enable
verification of the signature. Verification of a signature allows the recipient
to be sure that the data was signed by the owner of a specific private key.

brimigs marked this conversation as resolved.
Show resolved Hide resolved
<Tabs groupId="language" items={['web3.js v2', 'web3.js v1']}> <Tab value="web3.js v2">
<Tabs groupId="language" items={['web3.js v2', 'web3.js v1']}>
<Tab value="web3.js v2">

```typescript
import {
Expand Down
4 changes: 2 additions & 2 deletions content/guides/getstarted/local-rust-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ library.
### Install Node.js

To use node in WSL2 on Windows, please follow this
[guide to installing node in WSL2](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-wsl) to
install node.
[guide to installing node in WSL2](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-wsl)
to install node.

```shell
sudo apt-get install curl
Expand Down
Loading
Loading