https://github.com/metaplex-foundation/mpl-core-candy-machine
https://github.com/metaplex-foundation/mpl-core-candy-machine
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/metaplex-foundation/mpl-core-candy-machine
- Owner: metaplex-foundation
- License: other
- Created: 2024-02-20T21:55:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T23:10:53.000Z (4 months ago)
- Last Synced: 2025-05-08T19:11:36.853Z (16 days ago)
- Language: TypeScript
- Homepage: https://developers.metaplex.com/core-candy-machine
- Size: 964 KB
- Stars: 25
- Watchers: 8
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - metaplex-foundation/mpl-core-candy-machine - (TypeScript)
README
# Metaplex Candy Machine
# Docs/readmes inside this repo are not up to date, for glass chewers check the tests for usage examples
# This repo is currently EXPERIMENTAL and may undergo breaking changes. Use at your own risk!
The Metaplex Protocol Candy Machine is the leading minting and distribution program for fair NFT collection launches on Solana. It allows creators to bring their digital assets on-chain in a secure and customisable way.
You can [**read more about Candy Machines in the official Metaplex documentation**](https://developers.metaplex.com/candy-machine).

## Programs
This project contains the following programs:
- [Core Candy Machine Core](./programs/candy-machine-core/README.md) `CMACYFENjoBMHzapRXyo1JZkVS6EtaDDzkjMrmQLvr4J`
- [Core Candy Guard](./programs/candy-guard/README.md) `CMAGAKJ67e9hRZgfC5SFTbZH8MgEmtqazKXjmkaJjWTJ`You will need a Rust version compatible with BPF to compile the program, currently we recommend using Rust 1.68.0.
## Clients
This project contains the following clients:
- [JavaScript](./clients/js/README.md)