/candy-bucket

set of tools for candy machine on the frontend. currently it only has candy wrapper tool.

Primary LanguageTypeScriptMIT LicenseMIT

Candy Bucket

Home to candy machine tools on the frontend. Currently only has candy wrapper. Which wraps up (withdraws and closes) your candy machine and withdraw the amount to your wallet. we do take 1% of the total distributed for future development.

Candy Wrapper works for both CMv1 and CMv2

Template:

The project uses thuglabs/create-dapp-solana-nextjs as a base. but it has upgraded packages.

This project includes and uses the latest packages from:

Getting Started

First, run the development server:

yarn install
yarn dev

Any changes please format the code before the PR

yarn lint
yarn format

Style

Tailwind CSS or daisyUI are selected tools for rapid style development.

You can quickly change theme changing daisy.themes within ./tailwind.config.js. More info here: https://daisyui.com/docs/default-themes

This app encourage you to use CSS Modules over other style technics (like SASS/LESS, Styled Components, usual CSS). It have modular nature and supports modern CSS. Read more on Next.JS site. Anyway, if you want to connect LESS there is example code in ./next.config.js

Deployment

Before push run localy yarn build && yarn export to make sure app can be build successfully.