Last updated 1 year ago
First, if you're not already using Umi, follow these 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());