Socket
Socket
Sign inDemoInstall

@metaplex-foundation/mpl-token-auth-rules

Package Overview
Dependencies
8
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @metaplex-foundation/mpl-token-auth-rules

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


Version published
Weekly downloads
25K
increased by22.6%
Maintainers
6
Install size
889 kB
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 07 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc