JSPM

  • Created
  • Published
  • Downloads 21968
  • Score
    100M100P100Q170661F
  • License Apache-2.0

Javascript SDK for MPL Token Authorization Rules. MPL Token Authorization Rules can be used to restrict common token operations

Package Exports

  • @metaplex-foundation/mpl-token-auth-rules
  • @metaplex-foundation/mpl-token-auth-rules/dist/src/generated
  • @metaplex-foundation/mpl-token-auth-rules/dist/src/generated/index.js
  • @metaplex-foundation/mpl-token-auth-rules/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 (@metaplex-foundation/mpl-token-auth-rules) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

JavaScript client for Mpl Token Auth Rules

A Umi-compatible JavaScript library for the project.

Getting started

  1. First, if you're not already using Umi, follow these instructions to install the Umi framework.
  2. Next, install this library using the package manager of your choice.
    npm install @metaplex-foundation/mpl-token-auth-rules
  3. Finally, register the library with your Umi instance like so.
    import { mplTokenAuthRules } from '@metaplex-foundation/mpl-token-auth-rules';
    umi.use(mplTokenAuthRules());

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.