https://github.com/devlyn37/candy-machine-demo
Just trying to see how NFTs work on Solana 🙂
https://github.com/devlyn37/candy-machine-demo
candy-machine solana
Last synced: about 1 month ago
JSON representation
Just trying to see how NFTs work on Solana 🙂
- Host: GitHub
- URL: https://github.com/devlyn37/candy-machine-demo
- Owner: devlyn37
- Created: 2022-01-10T02:03:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T02:04:13.000Z (over 4 years ago)
- Last Synced: 2025-04-04T16:46:51.397Z (about 1 year ago)
- Topics: candy-machine, solana
- Language: TypeScript
- Homepage: https://explorer.solana.com/address/5F4AeAFdYKnmff26xmaxT3BZrYV7LwUcuG2m8VFAv9xJ?cluster=devnet
- Size: 14.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Candy Machine Demo
## What is this?
I put this together to see what NFTs are like in Solana. It started out as a buildspace project, but that used candy machine v1 so I just followed the metaplex docs and used their front-end boilerplate.
## How to run this
If you want to deploy a candy machine of your own take a look at these [docs](https://docs.metaplex.com/candy-machine-v2/introduction).
To run the front-end:
`cd app`
`yarn install && yarn start`