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: