UNPKG

@metaplex-foundation/mpl-candy-guard

Version:

MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard

28 lines (16 loc) 492 B
# mpl-candy-guard This package contains the Metaplex Candy Guard contract SDK code. ## API Docs Find the [candy-guard API docs published here](https://metaplex-foundation.github.io/mpl-candy-guard/index.html). ## Installation ```shell npm install @metaplex-foundation/mpl-candy-guard --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