An open API service indexing awesome lists of open source software.

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

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)