Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 722 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 722 Bytes

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