Skip to content

Commit d99280b

Browse files
committed
Rewrite transaction docs for address balances
1 parent 6810deb commit d99280b

35 files changed

Lines changed: 2139 additions & 817 deletions

packages/bcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available in both Browser and NodeJS environments in a type-safe way.`
99
To install, add the [`@mysten/bcs`](https://www.npmjs.com/package/@mysten/bcs) package to your
1010
project:
1111

12-
```sh npm2yarn
12+
```npm
1313
npm i @mysten/bcs
1414
```
1515

packages/dapp-kit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See https://sdk.mystenlabs.com/sui for full documentation
2323

2424
To use the Sui dApp Kit in your project, run the following command in your project root:
2525

26-
```sh npm2yarn
26+
```npm
2727
npm i --save @mysten/dapp-kit @mysten/sui @tanstack/react-query
2828
```
2929

packages/docs/content/bcs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ available in both Browser and NodeJS environments in a type-safe way.`
1111
To install, add the [`@mysten/bcs`](https://www.npmjs.com/package/@mysten/bcs) package to your
1212
project:
1313

14-
```sh npm2yarn
14+
```npm
1515
npm i @mysten/bcs
1616
```
1717

packages/docs/content/codegen/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package is currently in development and may have breaking changes.
2323

2424
Install the codegen package as a dev dependency:
2525

26-
```sh npm2yarn
26+
```npm
2727
npm install -D @mysten/codegen
2828
```
2929

@@ -454,5 +454,5 @@ const dAppKit = createDAppKit({
454454
already configured
455455
- [Sui Move documentation](https://docs.sui.io/concepts/sui-move-concepts)
456456
- [BCS documentation](/bcs)
457-
- [Transaction building](/sui/transaction-building/basics)
457+
- [Transaction building](/sui/transactions/basics)
458458
- [dApp Kit](/dapp-kit)

packages/docs/content/dapp-kit/getting-started/create-dapp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ built in.
88

99
## Quick Start
1010

11-
```sh npm2yarn
11+
```npm
1212
npm create @mysten/dapp
1313
```
1414

packages/docs/content/dapp-kit/getting-started/next-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rendering (SSR).
77

88
## Installation
99

10-
```sh npm2yarn
10+
```npm
1111
npm i @mysten/dapp-kit-react @mysten/sui
1212
```
1313

packages/docs/content/dapp-kit/getting-started/react.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide walks you through integrating dApp Kit into a React application.
88

99
The fastest way to get started is using our CLI tool:
1010

11-
```sh npm2yarn
11+
```npm
1212
npm create @mysten/dapp
1313
```
1414

@@ -30,7 +30,7 @@ See the [create-dapp guide](/dapp-kit/getting-started/create-dapp) for more deta
3030

3131
## Manual Installation
3232

33-
```sh npm2yarn
33+
```npm
3434
npm i @mysten/dapp-kit-react @mysten/sui
3535
```
3636

packages/docs/content/dapp-kit/getting-started/vue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ direct store access.
77

88
## Installation
99

10-
```sh npm2yarn
10+
```npm
1111
npm i @mysten/dapp-kit-core @mysten/sui @nanostores/vue
1212
```
1313

packages/docs/content/dapp-kit/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Choose the installation method based on your framework:
3636

3737
### For React Applications
3838

39-
```sh npm2yarn
39+
```npm
4040
npm i @mysten/dapp-kit-react @mysten/sui
4141
```
4242

4343
### Vanilla JavaScript and other frameworks
4444

45-
```sh npm2yarn
45+
```npm
4646
npm i @mysten/dapp-kit-core @mysten/sui
4747
```
4848

packages/docs/content/dapp-kit/legacy/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some of the core features of the dApp Kit include:
2626

2727
To use the Sui dApp Kit in your project, run the following command in your project root:
2828

29-
```sh npm2yarn
29+
```npm
3030
npm i --save @mysten/dapp-kit @mysten/sui @tanstack/react-query
3131
```
3232

0 commit comments

Comments
 (0)