Marketplace / nft-mint-engine
Mint Enginenft-mint-enginev1.2.0

Complete candy-machine-style mint site + program. Phases, allowlists, reveal.

WebsiteTSRustedition of 1
live demo
Mint Engine
forkit.run/nft-mint-engine
Live website · runs in a sandbox, no installLaunch live demo →
README.md

A full mint website plus the on-chain program behind it: phases, allowlists and reveal, ready to launch a collection.

Overview

Mint Engine is a complete launch kit: a polished mint front-end and the Anchor program it talks to. Configure phases, allowlists and pricing, deploy, and mint.

Quick start

anchor build && anchor deploy for the program, then bun install && bun run dev for the site. Point the site at your program id in config.ts.

Configuration

Phases, allowlist roots and pricing live in config.ts. Reveal is a two-step flip documented in the docs.

Requirements

  • Solana CLI + Anchor
  • Bun 1.x
  • An RPC endpoint

Stack

TSRust

Pinned dependencies, no lock-in to the seller's accounts. Deploy scripts included.

How it works, end to end

1. ingest → stream events from source
2. process → parse, score, decide
3. act → submit transaction / render output
4. log → record outcome + metrics

What it has

  • Mint program (Anchor)
  • Phases + allowlists
  • Reveal mechanism
  • Polished mint front-end
  • Wallet adapter wired

Can be improved

  • Theme is basic