Core Candy Machine
Core Asset launchpad
DocumentationJavascript API ReferencesRust API References
  • Introduction

    • Overview
    • Getting Started
  • Core Candy Machine

    • Overview
    • Candy Guards
    • Preparing Assets
    • Creating a Candy Machine
    • Inserting Items
    • Updating a Candy Machine and Guards
    • Guard Groups and Phases
    • Special Guard Instructions
    • Fetching a Candy Machine
    • Minting from a Candy Machine
    • Withdrawing a Candy Machine
  • Available Guards

    • Address Gate
    • Allocation
    • Allow List
    • Asset Burn
    • Asset Burn Multi
    • Asset Payment
    • Asset Payment Multi
    • Asset Mint Limit
    • Bot Tax
    • End Date
    • Edition
    • Freeze Sol Payment
    • Freeze Token Payment
    • Gatekeeper
    • Mint Limit
    • NFT Burn
    • NFT Gate
    • NFT Mint Limit
    • NFT Payment
    • Program Gate
    • Redeemed Amount
    • Sol Fixed Fee
    • Sol Payment
    • Start Date
    • Third Party Signer
    • Token Burn
    • Token Gate
    • Token Payment
    • Token2022 Payment
  • Custom Guards

    • Writing a Custom Guard
    • Generating Client

Getting Started using Rust

Metaplex provides a Rust library that can be used to interact with the Core Candy Machine program on both a client and program level.

Solana Program

To get started, you'll need to install the Core Candy Machine Crate.

cargo add mpl-core-candy-machine-core

🔗 Helpful Links:

  • Rust Crate
  • GitHub Repository
  • API References
Next
Overview →

On this page

  1. Solana Program