Skip to content

Example front end for Metaplex candy machine using use-cmv3

Notifications You must be signed in to change notification settings

0xExp-po/cmv3-front-end

Repository files navigation

Cmv3 Frontend

Demo

image

(This project currently only supports the following guards solPayment allowList, startDate endDate)

This is a demo project for the use-cmv3 library

Quick Start

git clone https://github.com/0xalby/cmv3-frontend.git frontend
cd frontend

Install dependencies

npm install

Update the .env.example values with your own, and rename to .env

NEXT_PUBLIC_CANDY_MACHINE_ID={your_cm_id}
NEXT_PUBLIC_CANDY_MACHINE_LUT={your_cm_lut}
NEXT_PUBLIC_ENDPOINT={your_endpoint}

Start

npm run dev

About

Example front end for Metaplex candy machine using use-cmv3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published