Metaplex
Developer Hub
Guides
Core Candy Machine
DocumentationGuidesJavascript API ReferencesRust API References
  • Introduction

    • Overview
    • Getting Started
  • Actions

    • Creating a Candy Machine
    • Loading Items in a Candy Machine
    • Updating a Candy Machine and Guards
    • Minting from a Candy Machine
    • Withdrawing a Candy Machine
    • Fetching a Candy Machine
  • Candy Guards

    • Overview
    • Candy Groups and Phases
    • Custom Guards
    • Available Candy Guards
  • Custom Guards

    • Generating Client

Getting Started with Rust SDK

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