> For the complete documentation index, see [llms.txt](https://solnm.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solnm.gitbook.io/docs/technology/mpl-candy-machine.md).

# Mpl Candy Machine

#### [Fork from](https://github.com/metaplex-foundation/mpl-candy-machine) <a href="#user-content-getting-started" id="user-content-getting-started"></a>

### [Getting started](https://github.com/metaplex-foundation/mpl-candy-machine/blob/main/clients/js/README.md#getting-started) <a href="#user-content-getting-started" id="user-content-getting-started"></a>

* First, if you're not already using Umi, follow these [instructions ](https://github.com/metaplex-foundation/umi/blob/main/docs/installation.md)to install the Umi framework.

* Next, install this library using the package manager of your choice.

  ```
  npm install @metaplex-foundation/mpl-candy-machine
  ```

Finally, register the library with your Umi instance like so.

```
import { mplCandyMachine } from '@metaplex-foundation/mpl-candy-machine';
umi.use(mplCandyMachine());
```
