@metaplex-foundation/mpl-candy-guard

v0.5.0
MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard
nft metaplex solana blockchain

check:publish-ready

yarn build && if test "$SKIP_TESTS" = "1" ; then echo "WARN: Skipping Tests"; else yarn test; fi

preversion

yarn check:publish-ready

prepublishOnly

yarn check:publish-ready

build:docs

typedoc

build

rimraf dist && tsc -p tsconfig.json

test

CI=1 tape dist/test/**/*.test.js

api:gen

DEBUG='(solita|rustbin):(info|error)' solita

lint

eslint "{src,test}/**/*.ts" --format stylish

fix:lint

yarn lint --fix

prettier

prettier "{src,test}/**/*.ts" --check

fix:prettier

prettier --write src/ && prettier --write test/

fix

yarn fix:lint && yarn fix:prettier
npm i @metaplex-foundation/mpl-candy-guard

Metadata

  • Apache-2.0
  • Whatever
  • Metaplex Maintainers
  • released 6/15/2023

Downloads