@metaplex-foundation/mpl-token-auth-rules
v3.0.3
Published
Javascript SDK for MPL Token Authorization Rules. MPL Token Authorization Rules can be used to restrict common token operations
Downloads
31,491
Keywords
Readme
JavaScript client for Mpl Token Auth Rules
A Umi-compatible JavaScript library for the project.
Getting started
- First, if you're not already using Umi, follow these instructions to install the Umi framework.
- Next, install this library using the package manager of your choice.
npm install @metaplex-foundation/mpl-token-auth-rules
- 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.