https://github.com/metaplex-foundation/js-examples
Examples and Starter Kits using the new JS SDK
https://github.com/metaplex-foundation/js-examples
blockchain javascript metaplex nft solana typescript
Last synced: 8 months ago
JSON representation
Examples and Starter Kits using the new JS SDK
- Host: GitHub
- URL: https://github.com/metaplex-foundation/js-examples
- Owner: metaplex-foundation
- License: mit
- Created: 2022-04-25T08:24:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T13:38:31.000Z (over 2 years ago)
- Last Synced: 2025-05-08T19:15:11.945Z (about 1 year ago)
- Topics: blockchain, javascript, metaplex, nft, solana, typescript
- Language: JavaScript
- Homepage:
- Size: 4.26 MB
- Stars: 81
- Watchers: 6
- Forks: 94
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metaplex JS SDK Examples
Examples and Starter Kits using the @metaplex-foundation/js SDK.
## Starter Kits
- [Getting Started with Metaplex and Next.js](./getting-started-nextjs)
- [Getting Started with Metaplex and CRA 4](./getting-started-react-cra4) (React and Webpack 4)
- [Getting Started with Metaplex and CRA 5](./getting-started-react-cra5) (React and Webpack 5)
- [Getting Started with Metaplex and Vite](./getting-started-vite) (React, Vue, Svelte, etc. and Vite/Rollup)
- [Getting Started with Metaplex and Express.js](./getting-started-expressjs)
- [Getting Started with Metaplex and EsBuild](./getting-started-react-esbuild/) (React and EsBuild)
## Reference Implementations
- [Connect with wallets in the browser](./connect-wallet)
- [Fetch and paginate NFTs in a given wallet](./paginate-nfts)
- [Create a simple mint page fo Candy Machine v3](./mint-ui-example)