File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments