Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briangershon/metaplex-candy-machine-js
Explore and interact with Solana NFTs created by Metaplex's Candy Machine v2.
https://github.com/briangershon/metaplex-candy-machine-js
candy-machine metaplex nft solana solana-token
Last synced: 27 days ago
JSON representation
Explore and interact with Solana NFTs created by Metaplex's Candy Machine v2.
- Host: GitHub
- URL: https://github.com/briangershon/metaplex-candy-machine-js
- Owner: briangershon
- License: mit
- Created: 2022-02-12T18:47:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T19:24:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T03:18:27.011Z (3 months ago)
- Topics: candy-machine, metaplex, nft, solana, solana-token
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metaplex-candy-machine-js
Explore and interact with Solana NFTs created by Metaplex's Candy Machine v2.
## Details
This project is a learning project around Solana NFTs, and builds up example JavaScript code that interacts with Solana NFTs from the browser.
For Solana NFT minting, Metaplex does come with a full [minting front-end application written in React](https://docs.metaplex.com/candy-machine-v2/mint-frontend).
## Get Started
yarn install
yarn start## Some useful resources
- [Retrieving NFTs minted from Candy Machine v2](https://stackoverflow.com/questions/70597753/how-to-find-all-nfts-minted-from-a-v2-candy-machine) -- I started with this code, then added webpack and `buffer` polyfill so code runs in the browser.
- [Solana Cookbook -- NFT section](https://solanacookbook.com/references/nfts.html)