(This project currently only supports the following guards
solPayment
allowList
, startDate
endDate
)
This is a demo project for the use-cmv3 library
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