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

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 🙂

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`