Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion getting-started-expressjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Express.js app contains one route that accepts a mint address and returns th
2. **Install the Metaplex and Solana SDKs.**

```sh
npm install @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Create your index file.**
Expand Down
2 changes: 1 addition & 1 deletion getting-started-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
yarn add @metaplex-foundation/js @solana/web3.js
yarn add @metaplex-foundation/js @solana/web3.js@1
```

3. **That's it!** 🎉
Expand Down
2 changes: 1 addition & 1 deletion getting-started-react-cra4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
npm install @metaplex-foundation/js-next @solana/web3.js
npm install @metaplex-foundation/js-next @solana/web3.js@1
```

3. **Install and use `react-app-rewired`**.
Expand Down
2 changes: 1 addition & 1 deletion getting-started-react-cra5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
npm install @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Install some polyfills.**
Expand Down
2 changes: 1 addition & 1 deletion getting-started-react-esbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This example has been generated using the following steps:
2. **Install React, EsBuild and the Metaplex SDK.**

```sh
npm install react react-dom esbuild @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Install some polyfills.**
Expand Down
2 changes: 1 addition & 1 deletion getting-started-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example has been generated using the following steps:
2. **Install the Metaplex and the Solana SDKs.**

```sh
npm install @metaplex-foundation/js @solana/web3.js
npm install @metaplex-foundation/js @solana/web3.js@1
```

3. **Install some polyfills.**
Expand Down