MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard
npm install @metaplex-foundation/mpl-candy-guardThis package contains the Metaplex Candy Guard contract SDK code.
Find the candy-guard API docs published here.
``shell`
npm install @metaplex-foundation/mpl-candy-guard --save
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.
Apache v2.0