Skip to content

Commit fecbb68

Browse files
vrasparclaude
andcommitted
Remove viem from install commands
viem is a regular dependency of @x402r/sdk (not a peer dep), so it installs automatically. No need to list it explicitly. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 0f33b70 commit fecbb68

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

sdk/arbiter-quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ There are pre-configured [examples in the x402r-sdk repo](https://github.com/Bac
1818

1919
<CodeGroup>
2020
```bash npm
21-
npm install @x402r/sdk viem
21+
npm install @x402r/sdk
2222
```
2323
```bash pnpm
24-
pnpm add @x402r/sdk viem
24+
pnpm add @x402r/sdk
2525
```
2626
```bash bun
27-
bun add @x402r/sdk viem
27+
bun add @x402r/sdk
2828
```
2929
</CodeGroup>
3030

sdk/merchant-quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ There are pre-configured [examples in the x402r-sdk repo](https://github.com/Bac
1818

1919
<CodeGroup>
2020
```bash npm
21-
npm install @x402r/sdk @x402r/core viem
21+
npm install @x402r/sdk @x402r/core
2222
```
2323
```bash pnpm
24-
pnpm add @x402r/sdk @x402r/core viem
24+
pnpm add @x402r/sdk @x402r/core
2525
```
2626
```bash bun
27-
bun add @x402r/sdk @x402r/core viem
27+
bun add @x402r/sdk @x402r/core
2828
```
2929
</CodeGroup>
3030

sdk/overview.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Three roles interact with the protocol:
1616

1717
<CodeGroup>
1818
```bash npm
19-
npm install @x402r/sdk viem
19+
npm install @x402r/sdk
2020
```
2121
```bash pnpm
22-
pnpm add @x402r/sdk viem
22+
pnpm add @x402r/sdk
2323
```
2424
```bash bun
25-
bun add @x402r/sdk viem
25+
bun add @x402r/sdk
2626
```
2727
</CodeGroup>
2828

@@ -32,13 +32,13 @@ For low-level access to contract ABIs and deploy utilities:
3232

3333
<CodeGroup>
3434
```bash npm
35-
npm install @x402r/core viem
35+
npm install @x402r/core
3636
```
3737
```bash pnpm
38-
pnpm add @x402r/core viem
38+
pnpm add @x402r/core
3939
```
4040
```bash bun
41-
bun add @x402r/core viem
41+
bun add @x402r/core
4242
```
4343
</CodeGroup>
4444

sdk/payer-quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ There are pre-configured [examples in the x402r-sdk repo](https://github.com/Bac
1818

1919
<CodeGroup>
2020
```bash npm
21-
npm install @x402r/sdk viem
21+
npm install @x402r/sdk
2222
```
2323
```bash pnpm
24-
pnpm add @x402r/sdk viem
24+
pnpm add @x402r/sdk
2525
```
2626
```bash bun
27-
bun add @x402r/sdk viem
27+
bun add @x402r/sdk
2828
```
2929
</CodeGroup>
3030

0 commit comments

Comments
 (0)