# mpl-candy-machine-core

This package contains the Metaplex Candy Machine Core contract SDK code.

## API Docs

Find the [candy-machine-core API docs published here](https://metaplex-foundation.github.io/metaplex-program-library/docs/candy-machine-core/index.html).

## Installation

```shell
npm install @metaplex-foundation/mpl-candy-machine-core --save
```

## Developing

In order to update the generated SDK when the rust contract was updated please run:

```
yarn api:gen
```

and then update the wrapper code and tests.

## LICENSE

Apache v2.0
