Client library for Candy Machine related programs
npm install @metaplex-foundation/mpl-candy-machineA Umi-compatible JavaScript library for candy machines.
1. First, if you're not already using Umi, follow these instructions to install the Umi framework.
2. Next, install this library using the package manager of your choice.
``sh`
npm install @metaplex-foundation/mpl-candy-machine
`
2. Finally, register the library with your Umi instance like so.
ts``
import { mplCandyMachine } from '@metaplex-foundation/mpl-candy-machine';
umi.use(mplCandyMachine());
You can learn more about this library's API by reading its generated TypeDoc documentation.
Check out the Contributing Guide the learn more about how to contribute to this library.