JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q43272F
  • License Apache-2.0

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

Package Exports

  • @lorisleiva/mpl-candy-guard
  • @lorisleiva/mpl-candy-guard/dist/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lorisleiva/mpl-candy-guard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mpl-candy-guard

This package contains the Metaplex Candy Guard contract SDK code.

API Docs

Find the candy-guard API docs published here.

Installation

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