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